The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A359389 Maximal coefficient of Product_{k=1..n} (1 + 2*x^k). 1
1, 2, 4, 8, 16, 32, 72, 176, 384, 976, 2496, 6560, 17152, 45952, 123520, 336640, 920832, 2526976, 6979584, 19379712, 53966336, 150892544, 423132160, 1190260736, 3356964864, 9491228672, 26889519104, 76351971328, 217229369344, 619159953408, 1767696515072, 5054679908352 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 3^(n + 3/2) / (2*sqrt(Pi)*n^(3/2)).
MATHEMATICA
Table[Max[CoefficientList[Product[1 + 2*x^k, {k, 1, n}], x]], {n, 0, 40}]
p = 1; Join[{1}, Table[p = Expand[p*(1 + 2*x^n)]; Max[CoefficientList[p, x]], {n, 1, 40}]]
PROG
(PARI) a(n) = vecmax(Vec(prod(k=1, n, 1 + 2*x^k))); \\ Michel Marcus, Dec 29 2022
CROSSREFS
Sequence in context: A274860 A076766 A344492 * A275072 A290555 A035523
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 29 2022
STATUS
approved

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 May 13 11:43 EDT 2024. Contains 372504 sequences. (Running on oeis4.)