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!)
A294591 Expansion of Product_{k>=1} 1/((1 - x^(2*k-1))^(k*(3*k-1)/2)*(1 - x^(2*k))^(k*(3*k+1)/2)). 6
1, 1, 3, 8, 18, 40, 88, 184, 384, 783, 1573, 3110, 6087, 11745, 22450, 42466, 79597, 147890, 272632, 498696, 905846, 1634270, 2929804, 5220581, 9249440, 16297659, 28567571, 49825296, 86487331, 149438681, 257077485, 440378787, 751313413, 1276765557, 2161511352 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Euler transform of the generalized pentagonal numbers (A001318).
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Pentagonal Number
FORMULA
G.f.: Product_{k>=1} 1/(1 - x^k)^A001318(k).
a(n) ~ exp(Pi * 2^(5/4) / (3*5^(1/4)) * n^(3/4) + 3*Zeta(3) * sqrt(5*n) / (2^(3/2) * Pi^2) + (Pi/48 - 45*Zeta(3)^2 / (8*Pi^5)) * (5*n/2)^(1/4) + 225*Zeta(3)^3 / (8*Pi^8) - 11*Zeta(3) / (64*Pi^2))/ (2^(95/48) * 5^(1/8) * n^(5/8)). - Vaclav Kotesovec, Nov 07 2017
MATHEMATICA
nmax = 34; CoefficientList[Series[Product[1/((1 - x^(2 k - 1))^(k (3 k - 1)/2) (1 - x^(2 k))^(k (3 k + 1)/2)), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[Sum[d Ceiling[d/2] Ceiling[(3 d + 1)/2]/2, {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 34}]
CROSSREFS
Sequence in context: A135094 A026657 A036384 * A080692 A117080 A240135
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 05 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 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)