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!)
A327042 Expansion of Product_{k>=1} 1/((1 - x^k) * (1 - x^(2*k)) * (1 - x^(3*k))). 5

%I #8 Aug 17 2019 02:36:49

%S 1,1,3,5,10,15,29,42,72,107,170,246,382,541,807,1139,1650,2292,3267,

%T 4479,6261,8518,11716,15771,21449,28599,38430,50876,67654,88854,

%U 117171,152775,199785,258901,336024,432744,558027,714494,915555,1166243,1485792,1883031

%N Expansion of Product_{k>=1} 1/((1 - x^k) * (1 - x^(2*k)) * (1 - x^(3*k))).

%C Differs from A006168.

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

%F a(n) ~ 11 * exp(sqrt(11*n)*Pi/3) / (48*sqrt(3)*n^(3/2)).

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

%Y Cf. A000041, A002513, A327043, A327044.

%Y Cf. A006171.

%K nonn

%O 0,3

%A _Vaclav Kotesovec_, Aug 16 2019

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 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)