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!)
A281272 Expansion of Product_{k>=1} (1 + x^(5*k-3)). 8
1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 2, 0, 1, 1, 0, 2, 0, 1, 1, 0, 3, 0, 2, 1, 0, 3, 0, 3, 1, 1, 4, 0, 4, 1, 1, 4, 0, 5, 1, 2, 5, 0, 7, 1, 3, 5, 0, 8, 1, 5, 6, 1, 10, 1, 6, 6, 1, 12, 1, 9, 7, 2, 14, 1, 11, 7, 3, 16, 1, 15, 8, 5, 19, 1, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,20
LINKS
FORMULA
a(n) ~ exp(sqrt(n/15)*Pi) / (2^(7/5)*15^(1/4)*n^(3/4)) * (1 - (3*sqrt(15)/(8*Pi) + 11*Pi/(240*sqrt(15))) / sqrt(n)). - Vaclav Kotesovec, Jan 18 2017, extended Jan 24 2017
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1 + x^(5*k - 3)), {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 100; poly = ConstantArray[0, nmax + 1]; poly[[1]] = 1; poly[[2]] = 0; Do[If[Mod[k, 5] == 2, Do[poly[[j + 1]] += poly[[j - k + 1]], {j, nmax, k, -1}]; ], {k, 2, nmax}]; poly
CROSSREFS
Sequence in context: A284320 A281271 A284319 * A147310 A025886 A117355
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 18 2017
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 August 17 22:57 EDT 2024. Contains 375241 sequences. (Running on oeis4.)