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!)
A280204 G.f.: Product_{k>=1} (1+x^(k^2)) / (1-x^k). 9

%I #14 Jan 28 2024 09:23:57

%S 1,2,3,5,9,14,21,31,45,65,92,127,175,239,322,430,572,753,985,1281,

%T 1657,2131,2727,3471,4401,5558,6988,8751,10924,13588,16846,20819,

%U 25653,31518,38621,47195,57530,69958,84869,102723,124070,149532,179852,215894,258668

%N G.f.: Product_{k>=1} (1+x^(k^2)) / (1-x^k).

%C Convolution of A033461 and A000041.

%H Vaclav Kotesovec, <a href="/A280204/b280204.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) ~ exp(Pi*sqrt(2*n/3) + 2^(-5/4)*3^(1/4)*(sqrt(2)-1)*Zeta(3/2)*n^(1/4) - 3*(sqrt(2)-1)^2*Zeta(3/2)^2/(64*Pi)) / (2^(5/2)*sqrt(3)*n).

%t nmax=50; CoefficientList[Series[Product[(1+x^(k^2))/(1-x^k), {k, 1, nmax}], {x, 0, nmax}], x]

%Y Cf. A000041, A033461, A052335, A078434, A087153, A117144, A264393, A280224, A280225, A369520, A369570.

%K nonn

%O 0,2

%A _Vaclav Kotesovec_, Dec 28 2016

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 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)