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!)
A279226 Expansion of Product_{k>=1} (1 + x^(k^2))^2. 8
1, 2, 1, 0, 2, 4, 2, 0, 1, 4, 5, 2, 0, 4, 8, 4, 2, 6, 7, 4, 5, 8, 6, 4, 4, 10, 15, 8, 1, 12, 24, 12, 1, 8, 19, 18, 10, 8, 16, 24, 17, 16, 23, 20, 12, 22, 34, 20, 8, 20, 42, 38, 18, 18, 42, 52, 30, 20, 34, 46, 34, 30, 46, 48, 36, 46, 72, 58, 33, 42, 71, 72, 41 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ exp(3 * Pi^(1/3) * ((sqrt(2)-1) * Zeta(3/2))^(2/3) * n^(1/3) / 2) * sqrt(2/3) * ((sqrt(2)-1) * Zeta(3/2) / Pi)^(1/3) / (4*n^(5/6)). - Vaclav Kotesovec, Dec 09 2016
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1 + x^(k^2))^2, {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 20; poly = ConstantArray[0, nmax^2 + 1]; poly[[1]] = 1; poly[[2]] = 2; poly[[3]] = 1; Do[Do[Do[poly[[j + 1]] += poly[[j - k^2 + 1]], {j, nmax^2, k^2, -1}]; , {p, 1, 2}], {k, 2, nmax}]; poly (* Vaclav Kotesovec, Dec 09 2016 *)
CROSSREFS
Sequence in context: A258051 A174026 A226075 * A108354 A329099 A329686
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 08 2016
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 24 17:29 EDT 2024. Contains 371962 sequences. (Running on oeis4.)