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!)
A305120 G.f.: (Sum_{k>=1} x^k/(1-x^k) * Product_{k>=1} 1/(1-x^k) )^2. 2
0, 0, 1, 6, 21, 60, 148, 334, 702, 1396, 2660, 4880, 8687, 15044, 25470, 42212, 68724, 110000, 173522, 269930, 414812, 630032, 947007, 1409266, 2078335, 3038540, 4407334, 6344176, 9068278, 12874676, 18164356, 25472626, 35519617, 49259628, 67964527, 93308202 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Self-convolution of A006128.
LINKS
FORMULA
a(n) ~ 3^(1/4)*(2*gamma+log(3*n/Pi^2))^2 * exp(2*Pi*sqrt(n/3)) / (16*Pi^2*n^(1/4)), where gamma is the Euler-Mascheroni constant A001620.
MATHEMATICA
nmax = 40; CoefficientList[Series[(Sum[x^k/(1-x^k), {k, 1, nmax}] * Product[1/(1-x^k), {k, 1, nmax}])^2, {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A143115 A258142 A321257 * A066524 A113070 A009147
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 26 2018
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 May 19 21:06 EDT 2024. Contains 372703 sequences. (Running on oeis4.)