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!)
A281271 Expansion of Product_{k>=1} (1 + x^(5*k-2)). 7
1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 2, 0, 1, 1, 0, 2, 0, 1, 1, 0, 3, 0, 1, 2, 0, 3, 0, 1, 3, 0, 4, 1, 1, 4, 0, 4, 1, 1, 5, 0, 5, 2, 1, 7, 0, 5, 3, 1, 8, 0, 6, 5, 1, 10, 1, 6, 6, 1, 12, 1, 7, 9, 1, 14, 2, 7, 11, 1, 16, 3, 8, 15, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,22
LINKS
FORMULA
a(n) ~ exp(sqrt(n/15)*Pi) / (2^(8/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 - 2)), {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] == 3, Do[poly[[j + 1]] += poly[[j - k + 1]], {j, nmax, k, -1}]; ], {k, 2, nmax}]; poly
CROSSREFS
Sequence in context: A057556 A112761 A284320 * A284319 A281272 A147310
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)