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!)
A369710 Maximal coefficient of (1 - x)^2 * (1 - x^2)^2 * (1 - x^3)^2 * ... * (1 - x^n)^2. 2
1, 1, 4, 3, 10, 6, 20, 12, 34, 24, 64, 52, 116, 103, 208, 223, 410, 470, 808, 992, 1620, 2120, 3352, 4494, 6980, 9584, 14680, 20400, 31128, 43774, 66288, 93968, 141654, 201766, 303716, 433746, 652612, 936334, 1404920, 2021344, 3029564, 4364300, 6541872, 9437054 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Max[CoefficientList[Product[(1 - x^k)^2, {k, 1, n}], x]], {n, 0, 43}]
PROG
(PARI) a(n) = vecmax(Vec(prod(k=1, n, (1-x^k)^2))); \\ Michel Marcus, Jan 30 2024
CROSSREFS
Sequence in context: A242531 A275160 A363469 * A147756 A213768 A325997
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 29 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 July 22 15:24 EDT 2024. Contains 374513 sequences. (Running on oeis4.)