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!)
A261638 Expansion of Product_{k>=0} (1+x^(4*k+1))^4. 2
1, 4, 6, 4, 1, 4, 16, 24, 16, 8, 22, 48, 52, 32, 38, 92, 128, 96, 70, 140, 245, 244, 172, 228, 417, 488, 374, 380, 680, 924, 798, 676, 1044, 1560, 1542, 1256, 1625, 2524, 2778, 2304, 2537, 3892, 4716, 4156, 4076, 5908, 7650, 7196, 6592, 8796, 11938 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, if j > 0, a > 0, b > 0, GCD(a,b) = 1 and g.f. = Product_{k>=0} (1 + x^(a*k+b))^j, then a(n) ~ 2^((j-3)/2 - j*b/a) * j^(1/4) * exp(Pi*sqrt(j*n/(3*a))) / ((3*a)^(1/4) * n^(3/4)).
LINKS
FORMULA
a(n) ~ exp(Pi*sqrt(n/3)) / (sqrt(2) * 3^(1/4) * n^(3/4)).
MATHEMATICA
nmax=50; CoefficientList[Series[Product[(1+x^(4*k+1))^4, {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A087108 A021687 A063422 * A010670 A240444 A199358
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 27 2015
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 June 5 10:02 EDT 2024. Contains 373105 sequences. (Running on oeis4.)