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

%I #8 Jul 16 2019 03:55:52

%S 1,1,3,7,15,31,64,128,254,496,961,1844,3516,6662,12564,23593,44153,

%T 82385,153351,284857,528235,978148,1809120,3342722,6171318,11385733,

%U 20994298,38693809,71288111,131297855,241761727,445068646,819205061,1507641487,2774307387,5104712633

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

%F G.f.: exp(Sum_{k>=1} x^k * Sum_{d|k} (1 + x + x^2)^d/d).

%F a(n) ~ 1/((1 + 2*r + 3*r^2) * QPochhammer[r] * r^(n+1)), where r = A192918. - _Vaclav Kotesovec_, Jul 16 2019

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

%t nmax = 35; CoefficientList[Series[Exp[Sum[x^k Sum[(1 + x + x^2)^d/d, {d, Divisors[k]}], {k, 1, nmax}]], {x, 0, nmax}], x]

%Y Cf. A160571, A227681, A309173.

%K nonn

%O 0,3

%A _Ilya Gutkovskiy_, Jul 15 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)