login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 59th year, we have over 358,000 sequences, and we’ve crossed 10,300 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Search: keyword:new
Displaying 1-10 of 320 results found. page 1 2 3 4 5 6 7 8 9 10 ... 32
     Sort: relevance | references | number | modified | created      Format: long | short | data
A359319 Maximal coefficient of (1 + x) * (1 + x^8) * (1 + x^27) * ... * (1 + x^(n^3)). +0
0
1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 4, 5, 7, 10, 14, 18, 27, 36, 62, 95, 140, 241, 370, 607, 1014, 1646, 2751, 4863, 8260, 13909, 24870, 41671, 73936, 131257, 228204, 411128, 737620, 1292651, 2324494, 4253857, 7487549, 13710736, 25291179, 44938191, 82814603 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,7

LINKS

Table of n, a(n) for n=0..44.

FORMULA

Conjecture: a(n) ~ sqrt(3) * 2^(n+1) / (sqrt(Pi) * n^(7/2)). - Vaclav Kotesovec, Dec 29 2022

MATHEMATICA

Table[Max[CoefficientList[Product[1+x^(k^3), {k, n}], x]], {n, 0, 44}] (* Stefano Spezia, Dec 25 2022 *)

nmax = 100; poly = ConstantArray[0, nmax^2*(nmax + 1)^2/4 + 1]; poly[[1]] = 1; poly[[2]] = 1; Do[Do[poly[[j + 1]] += poly[[j - k^3 + 1]], {j, k^2*(k + 1)^2/4, k^3, -1}]; Print[k, " ", Max[poly]], {k, 2, nmax}]; (* Vaclav Kotesovec, Dec 29 2022 *)

PROG

(PARI) a(n) = vecmax(Vec(prod(i=1, n, (1+x^(i^3))))); \\ Michel Marcus, Dec 27 2022

CROSSREFS

Cf. A000537, A000578, A025591, A160235, A279329, A359320.

KEYWORD

nonn,new

AUTHOR

Ilya Gutkovskiy, Dec 25 2022

STATUS

approved

A359320 Maximal coefficient of (1 + x) * (1 + x^16) * (1 + x^81) * ... * (1 + x^(n^4)). +0
0
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 5, 6, 9, 13, 17, 24, 34, 53, 84, 130, 177, 290, 500, 797, 1300, 2066, 3591, 6090, 10298, 17330, 29888, 50811, 88358, 153369, 280208, 481289, 845090, 1474535, 2703811, 4808816, 8329214, 14806743, 27529781, 48859783, 87674040, 156471632 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,10

LINKS

Table of n, a(n) for n=0..50.

MAPLE

f:= proc(n) local i; max(coeffs(expand(mul(1+x^(i^4), i=1..n)))) end proc:

map(f, [$1..50]); # Robert Israel, Dec 26 2022

PROG

(PARI) a(n) = vecmax(Vec(prod(k=1, n, 1+x^(k^4)))); \\ Michel Marcus, Dec 26 2022

CROSSREFS

Cf. A000538, A000583, A025591, A160235, A298859, A359319.

KEYWORD

nonn,new

AUTHOR

Ilya Gutkovskiy, Dec 25 2022

EXTENSIONS

a(38)-a(50) from Seiichi Manyama, Dec 26 2022

STATUS

approved

A359129 q^12*(q^8+q^4+1)*(q^6-1)*(q^2-1) as q runs through the prime powers A000961. +0
0
0, 211341312, 20560831566912, 67802350642790400, 35817806390625000000, 450782974156649555296512, 19045158721552047314829312, 516964372056378442547769600, 143027806714329275383382337600, 15411735887347424297802263464512 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

For n>1, the order of the twisted Chevalley group (3)D_4(q).

REFERENCES

R. W. Carter, Simple Groups of Lie Type, Wiley 1972, Chap. 14, p. 262.

J. H. Conway, R. T. Curtis, S. P. Norton, R. A. Parker and R. A. Wilson, ATLAS of Finite Groups. Oxford Univ. Press, 1985, p. xvi.

LINKS

Table of n, a(n) for n=1..10.

CROSSREFS

Cf. A000961, A037253.

KEYWORD

nonn,new

AUTHOR

N. J. A. Sloane, Dec 28 2022

STATUS

approved

A358793 Lexicographically earliest sequence of positive and unique integers such that 2*Sum_{k = 1..n} a(k) = Sum_{k = 1..n} a(a(k)) for n > 1 and a(1) = 1. +0
0
1, 3, 7, 5, 10, 8, 14, 16, 11, 20, 22, 13, 26, 28, 17, 32, 34, 19, 38, 40, 23, 44, 46, 25, 50, 52, 29, 56, 58, 31, 62, 64, 35, 68, 70, 37, 74, 76, 41, 80, 82, 43, 86, 88, 47, 92, 94, 49, 98, 100, 53, 104, 106, 55, 110, 112, 59, 116, 118, 61, 122, 124, 65, 128 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

There is a second version of this sequence possible if we change the definition to a(1) = 2 and a(n) > 1, then the sequence will start 2, 4, 5, 8, 10, 7, 14, ... . It will after this continue in the same way as our actual sequence does (and would also extend the valid range of the recurrence formulas).

Start a(1) = 2 and value 1 allowed is A257794.

LINKS

Table of n, a(n) for n=1..64.

Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,0,1,0,0,-1).

FORMULA

G.f.: x*(1 + 3*x + 7*x^2 + 4*x^3 + 7*x^4 + x^5 + 8*x^6 + 3*x^7 - 4*x^8 + 2*x^9 - x^10 + x^11 - 3*x^12 + x^14)/(1 - x^3 - x^6 + x^9).

a(n) = a(n-3) + a(n-6) - a(n-9) for n >= 16.

a((3*(2*n-1) - (-1)^n)/4) = (3*(2*n-1) - (-1)^n)/2, for n > 3.

a(6*n) = 6*n+1, for n > 1.

a(6*n+3) = 6*n+5, for n > 0.

a(n) = 30*n - 2*a(n-1) - 3*a(n-2) - 3*a(n-3) - 3*a(n-4) - 3*a(n-5) - 2*a(n-6) - a(n-7) - 96, for n > 13.

PROG

(PARI) a(n) = {my(v = [1, 3, 7, 5, 10, 8]); if(n < 7, v[n], n*(1+min(1, n%3))+(n%3 == 0)+(n%6 == 3))}

CROSSREFS

Cf. A002516, A105753, A257794.

KEYWORD

nonn,easy,new

AUTHOR

Thomas Scheuerle, Dec 01 2022

STATUS

approved

A359372 a(n) = 1 if n is not a multiple of 4 and has an odd number of prime factors (with multiplicity), otherwise a(n) = 0. +0
0
0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET

1

LINKS

Table of n, a(n) for n=1..125.

FORMULA

a(n) = A166486(n) - A359370(n).

a(n) = [A358839(n) < 0], where [ ] is the Iverson bracket.

PROG

(PARI) A359372(n) = ((n%4)&&(bigomega(n)%2));

CROSSREFS

Characteristic function of A359373.

Cf. A001222, A166486, A358839, A359372.

KEYWORD

nonn,new

AUTHOR

Antti Karttunen, Dec 28 2022

STATUS

approved

A359265 Product_{n>=1} (1 + a(n) * x^n) = 1 + Sum_{n>=1} n^3 * x^n. +0
0
1, 8, 19, 45, -72, -224, -72, 3465, 1656, -4752, -31248, -440, 62064, 415008, 936432, 6776793, -16454232, -24983784, 74804904, 468856296, 236519784, -2495390904, -8714625696, -8228470832, 62274531168, 155889061848, -47291852448, -1334769988176, -4304113760232 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Seiichi Manyama, Table of n, a(n) for n = 1..1000

MAPLE

S:= 1 + x*(x^2 + 4*x + 1)/(x - 1)^4:

for n from 1 to 30 do

SS:= series(S, x, n+1);

A[n]:= coeff(SS, x, n);

S:= S/(1+A[n]*x^n);

od:

seq(A[i], i=1..30); # Robert Israel, Dec 28 2022

CROSSREFS

Cf. A000578, A147559, A147654, A316083.

KEYWORD

sign,new

AUTHOR

Seiichi Manyama, Dec 28 2022

STATUS

approved

A358839 Dirichlet inverse of A353627, the characteristic function of the squarefree numbers multiplied by binary powers. +0
0
1, -1, -1, 0, -1, 1, -1, 0, 1, 1, -1, 0, -1, 1, 1, 0, -1, -1, -1, 0, 1, 1, -1, 0, 1, 1, -1, 0, -1, -1, -1, 0, 1, 1, 1, 0, -1, 1, 1, 0, -1, -1, -1, 0, -1, 1, -1, 0, 1, -1, 1, 0, -1, 1, 1, 0, 1, 1, -1, 0, -1, 1, -1, 0, 1, -1, -1, 0, 1, -1, -1, 0, -1, 1, -1, 0, 1, -1, -1, 0, 1, 1, -1, 0, 1, 1, 1, 0, -1, 1, 1, 0, 1, 1, 1, 0, -1, -1, -1, 0, -1, -1, -1, 0, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET

1

COMMENTS

Note the correspondences between four sequences:

A355689 --- abs ---> A353627

^ ^

| |

D.I. D.I.

| |

v v

A166486 <--- abs --- A358839 (this sequence)

Here D.I. means that the sequences are Dirichlet Inverses of each other, and abs means taking absolute values.

LINKS

Table of n, a(n) for n=1..105.

FORMULA

Multiplicative with a(p^e) = (-1)^e for odd primes p, and a(2^e) = -1 if e = 1, otherwise 0.

For all e >= 0, a(2^e) = A008683(2^e).

For all n >= 0, a(2n+1) = A008836(2n+1).

a(1) = 1, and for n > 1, a(n) = -Sum_{d|n, d<n} A353627(n/d) * a(d).

MATHEMATICA

f[p_, e_] := (-1)^e; f[2, e_] := If[e == 1, -1, 0]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Dec 28 2022 *)

PROG

(PARI) A358839(n) = { my(f = factor(n)); prod(k=1, #f~, if(2==f[k, 1], -(1==f[k, 2]), (-1)^f[k, 2])); };

CROSSREFS

Cf. A008683, A008836.

Cf. A166486 (absolute values), A353627 (Dirichlet inverse), A355689 (Dirichlet inverse of the absolute values).

Cf. A008586 (after its initial term gives the positions of 0's), A359371 (positive terms), A359373 (negative terms).

KEYWORD

sign,mult,new

AUTHOR

Antti Karttunen, Dec 23 2022

STATUS

approved

A359370 a(n) = 1 if n is not a multiple of 4 and has an even number of prime factors (with multiplicity), otherwise a(n) = 0. +0
0
1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET

1

LINKS

Table of n, a(n) for n=1..121.

Index entries for characteristic functions

FORMULA

a(n) = A166486(n) - A359372(n).

a(n) = [A358839(n) > 0], where [ ] is the Iverson bracket.

PROG

(PARI) A359370(n) = ((n%4)&&!(bigomega(n)%2));

CROSSREFS

Characteristic function of A359371.

Cf. A001222, A166486, A358839, A359372.

KEYWORD

nonn,new

AUTHOR

Antti Karttunen, Dec 28 2022

STATUS

approved

A359371 Nonmultiples of 4 that have an even number of prime factors (with multiplicity). +0
0
1, 6, 9, 10, 14, 15, 21, 22, 25, 26, 33, 34, 35, 38, 39, 46, 49, 51, 54, 55, 57, 58, 62, 65, 69, 74, 77, 81, 82, 85, 86, 87, 90, 91, 93, 94, 95, 106, 111, 115, 118, 119, 121, 122, 123, 126, 129, 133, 134, 135, 141, 142, 143, 145, 146, 150, 155, 158, 159, 161, 166, 169, 177, 178, 183, 185, 187, 189 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

1, and semiprimes other than 4, multiplied by a product of 0 or more odd semiprimes. - Robert Israel, Dec 28 2022

LINKS

Table of n, a(n) for n=1..68.

FORMULA

{k | A008836(k) > 0 and A010873(k) > 0}.

MAPLE

select(t -> numtheory:-bigomega(t)::even, [seq(seq(4*i+j, j=1..3), i=0..100)]); # Robert Israel, Dec 28 2022

MATHEMATICA

Select[Range[200], And[LiouvilleLambda[#] > 0, ! Divisible[#, 4]] &] (* Michael De Vlieger, Dec 28 2022 *)

PROG

(PARI) isA359371(n) = A359370(n);

CROSSREFS

Intersection of A028260 and A042968.

Setwise difference A042968 \ A359373.

Positions of positive terms in A358839.

Cf. A001222, A008836, A010873, A046337 (subsequence), A166486, A359370 (characteristic function).

KEYWORD

nonn,new

AUTHOR

Antti Karttunen, Dec 28 2022

STATUS

approved

A359373 Nonmultiples of 4 that have an odd number of prime factors (with multiplicity). +0
0
2, 3, 5, 7, 11, 13, 17, 18, 19, 23, 27, 29, 30, 31, 37, 41, 42, 43, 45, 47, 50, 53, 59, 61, 63, 66, 67, 70, 71, 73, 75, 78, 79, 83, 89, 97, 98, 99, 101, 102, 103, 105, 107, 109, 110, 113, 114, 117, 125, 127, 130, 131, 137, 138, 139, 147, 149, 151, 153, 154, 157, 162, 163, 165, 167, 170, 171, 173, 174 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..69.

FORMULA

{k | A008836(k) < 0 and A010873(k) > 0}.

MATHEMATICA

Select[Range[200], And[LiouvilleLambda[#] < 0, ! Divisible[#, 4]] &] (* Michael De Vlieger, Dec 28 2022 *)

PROG

(PARI) isA359373(n) = A359372(n);

CROSSREFS

Intersection of A026424 and A042968.

Setwise difference A042968 \ A359371.

Positions of negative terms in A358839.

Cf. A001222, A008836, A010873, A067019 (subsequence), A166486, A359372 (characteristic function).

KEYWORD

nonn,new

AUTHOR

Antti Karttunen, Dec 28 2022

STATUS

approved

page 1 2 3 4 5 6 7 8 9 10 ... 32

Search completed in 0.139 seconds

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 29 09:21 EST 2022. Contains 359112 sequences. (Running on oeis4.)