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!)
A280422 G.f.: Product_{k>=1} (1 + x^k) / (1 - x^(k*(k+1)/2)). 2
1, 2, 3, 6, 9, 13, 21, 30, 41, 59, 81, 108, 147, 195, 253, 333, 431, 549, 704, 892, 1119, 1409, 1758, 2176, 2697, 3321, 4065, 4976, 6061, 7345, 8898, 10737, 12901, 15489, 18535, 22103, 26333, 31284, 37056, 43844, 51751, 60931, 71655, 84090, 98464, 115162 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A007294 and A000009.
LINKS
FORMULA
a(n) ~ exp(sqrt(n/3)*Pi + 3^(1/4) * Zeta(3/2) * n^(1/4) - 3*Zeta(3/2)^2/(8*Pi)) / (32 * 3^(3/4) * n^(5/4)).
MATHEMATICA
nmax=60; CoefficientList[Series[Product[(1+x^k)/(1-x^(k*(k+1)/2)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A039903 A357619 A360362 * A309897 A128955 A215523
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 02 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 24 08:43 EDT 2024. Contains 371927 sequences. (Running on oeis4.)