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!)
A107236 Expansion of 1 / Product_{n>=0} (1 - q^(5n+1))*(1 - q^(5n+3))*(1 - q^(5n+4)). 6
1, 1, 1, 2, 3, 3, 5, 6, 8, 11, 13, 16, 22, 26, 32, 40, 49, 59, 73, 87, 105, 126, 151, 178, 214, 252, 297, 351, 413, 481, 566, 658, 767, 892, 1034, 1195, 1386, 1595, 1838, 2114, 2429, 2781, 3189, 3642, 4160, 4744, 5404, 6141, 6986, 7921, 8980 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ Pi^(3/5) * exp(Pi*sqrt(2*n/5)) / (Gamma(2/5) * 2^(4/5) * 5^(7/10) * n^(4/5)). - Vaclav Kotesovec, Jan 07 2021
MATHEMATICA
nmax = 50; CoefficientList[Series[1/Product[(1 - x^(5*k+1))*(1 - x^(5*k+3))*(1 - x^(5*k+4)), {k, 0, nmax/5}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jan 07 2021 *)
CROSSREFS
Sequence in context: A024503 A321286 A061790 * A192184 A027586 A339405
KEYWORD
nonn
AUTHOR
Ralf Stephan, May 13 2005
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)