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!)
A280276 G.f.: Product_{k>=1} (1 + x^k) / (1 - x^(k^2)). 5
1, 2, 3, 5, 8, 12, 17, 24, 33, 46, 62, 82, 108, 141, 182, 233, 297, 375, 472, 590, 733, 907, 1117, 1369, 1671, 2034, 2465, 2978, 3586, 4304, 5152, 6149, 7319, 8689, 10293, 12162, 14340, 16871, 19806, 23207, 27139, 31678, 36909, 42932, 49851, 57794, 66897 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A000009 and A001156.
LINKS
FORMULA
a(n) ~ exp(Pi*sqrt(n/3) + 3^(1/4) * Zeta(3/2) * n^(1/4) / sqrt(2) - 3*Zeta(3/2)^2 / (16*Pi)) / (8*sqrt(6*Pi)*n).
MATHEMATICA
nmax=80; CoefficientList[Series[Product[(1+x^k)/(1-x^(k^2)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A241552 A175827 A061535 * A233969 A240202 A235945
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 30 2016
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)