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!)
A305119 G.f.: Sum_{k>=1} x^k/(1-x^k) * Product_{k>=1} 1/(1-x^k)^2. 2
0, 1, 4, 11, 27, 58, 119, 227, 420, 744, 1287, 2160, 3561, 5739, 9113, 14224, 21924, 33327, 50126, 74531, 109802, 160211, 231875, 332821, 474313, 671072, 943411, 1317826, 1830290, 2527583, 3472446, 4746093, 6456291, 8741999, 11785768, 15822047, 21156278 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Convolution of A006128 and A000041.
LINKS
FORMULA
a(n) ~ exp(2*Pi*sqrt(n/3)) * (2*gamma + log(3*n/Pi^2)) / (8*3^(1/4)*Pi*n^(3/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)^2, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A294840 A014630 A192965 * A035593 A295056 A160399
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 April 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)