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!)
A262803 Expansion of Product_{k>=1} (1+x^k) / (1-x^k)^k. 2
1, 2, 5, 12, 26, 54, 110, 214, 409, 764, 1400, 2520, 4475, 7828, 13532, 23124, 39102, 65472, 108658, 178786, 291883, 472984, 761119, 1216696, 1932898, 3052462, 4793464, 7487122, 11634771, 17991760, 27692230, 42431778, 64737414, 98360742, 148853817, 224405254 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A000219 and A000009.
LINKS
FORMULA
a(n) ~ exp(1/12 - Pi^4/(1728*Zeta(3)) + Pi^2 * n^(1/3)/(3*2^(7/3)*Zeta(3)^(1/3)) + 3*Zeta(3)^(1/3) * n^(2/3)/2^(2/3)) * Zeta(3)^(7/36) /(A * sqrt(3*Pi) * 2^(29/36) * n^(25/36)), where Zeta(3) = A002117 and A = A074962 is the Glaisher-Kinkelin constant.
Euler transform of [ 2, 2, 4, 4, 6, 6, ...]. - Michael Somos, Oct 02 2015
G.f.: Product_{k>0} (1 - x^k)^-(k + mod(k,2)). - Michael Somos, Oct 02 2015
Convolution square of A003293. - Michael Somos, Oct 02 2015
EXAMPLE
G.f. = 1 + 2*x + 5*x^2 + 12*x^3 + 26*x^4 + 54*x^5 + 110*x^6 + 214*x^7 + 409*x^8 + ...
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1+x^k)/(1-x^k)^k, {k, 1, nmax}], {x, 0, nmax}], x]
PROG
(PARI) {a(n) = if( n<0, 0, polcoeff( prod(k=1, n, (1 - x^k)^-(k%2 + k), 1 + x * O(x^n)), n))}; /* Michael Somos, Oct 02 2015 */
CROSSREFS
Sequence in context: A116725 A193263 A221949 * A026622 A297618 A360785
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 02 2015
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)