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!)
A369984 Maximum coefficient of (1 - x) * (1 - x^3) * (1 - x^6) * ... * (1 - x^(n*(n+1)/2)). 1
1, 1, 1, 1, 1, 2, 2, 3, 3, 5, 4, 5, 4, 8, 10, 9, 13, 16, 26, 36, 38, 51, 66, 48, 36, 49, 49, 94, 147, 152, 174, 120, 214, 268, 346, 580, 463, 598, 1024, 1217, 1521, 2473, 2417, 3340, 4795, 7086, 12643, 4808, 5569, 9373, 13083, 9644, 8762, 9516, 10702, 14483 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MATHEMATICA
Table[Max[CoefficientList[Product[(1 - x^(k (k + 1)/2)), {k, 1, n}], x]], {n, 0, 55}]
PROG
(PARI) a(n) = vecmax(Vec(prod(i=1, n, (1-x^(i*(i+1)/2))))); \\ Michel Marcus, Feb 07 2024
CROSSREFS
Sequence in context: A252463 A332893 A113605 * A342515 A307815 A070230
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 07 2024
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 15 09:20 EDT 2024. Contains 372540 sequences. (Running on oeis4.)