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!)
A120295 Absolute value of the largest coefficient of Product[(1-x^k)^k,{k,1,n}]. 2
1, 2, 6, 30, 289, 5170, 155768, 7947236, 695357704, 105014923458, 27857098312474, 12416271212737642, 9302296598744837059, 12142590791028740988194, 26874517085010633423659616, 100413718348008543669377307304 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Max[Abs[CoefficientList[Product[(1-x^k)^k,{k,1,n}],x]]].
EXAMPLE
a(1)=1 because Product[(1-x^k)^k,{k,1,1}]=x-1.
a(2)=2 because Product[(1-x^k)^k,{k,1,2}]=(1-x)(1-x^2)^2=-x^5+x^4+2x^3-2x^2-x+1.
MATHEMATICA
Table[Max[Abs[CoefficientList[Product[(1-x^k)^k, {k, 1, n}], x]]], {n, 1, 16}]
p=1; Table[p=Expand[p*(1-x^n)^n]; Max[Abs[CoefficientList[p, x]]], {n, 1, 20}] (* Vaclav Kotesovec, Feb 10 2015 *)
CROSSREFS
Sequence in context: A028361 A106339 A275593 * A071350 A324853 A329558
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Jul 10 2006
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)