The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
1, 1, 3, 7, 15, 31, 64, 128, 254, 496, 961, 1844, 3516, 6662, 12564, 23593, 44153, 82385, 153351, 284857, 528235, 978148, 1809120, 3342722, 6171318, 11385733, 20994298, 38693809, 71288111, 131297855, 241761727, 445068646, 819205061, 1507641487, 2774307387, 5104712633 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: exp(Sum_{k>=1} x^k * Sum_{d|k} (1 + x + x^2)^d/d).
a(n) ~ 1/((1 + 2*r + 3*r^2) * QPochhammer[r] * r^(n+1)), where r = A192918. - Vaclav Kotesovec, Jul 16 2019
MATHEMATICA
nmax = 35; CoefficientList[Series[Product[1/(1 - (1 + x + x^2) x^k), {k, 1, nmax}], {x, 0, nmax}], x]
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]
CROSSREFS
Sequence in context: A351754 A174743 A146686 * A178459 A129984 A365530
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 15 2019
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 June 1 06:09 EDT 2024. Contains 373010 sequences. (Running on oeis4.)