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!)
A299106 Expansion of 1/(1 - x*Product_{k>=1} (1 + x^k)). 21
1, 1, 2, 4, 9, 19, 41, 88, 189, 405, 869, 1864, 3998, 8575, 18392, 39448, 84610, 181475, 389235, 834848, 1790617, 3840591, 8237462, 17668057, 37895195, 81279216, 174331098, 373912708, 801983781, 1720128713, 3689404772, 7913191304, 16972547194, 36403436640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: 1/(1 - x*Product_{k>=1} (1 + x^k)).
a(0) = 1; a(n) = Sum_{k=1..n} A000009(k-1)*a(n-k).
a(n) ~ c * d^n, where d = 2.14484226934608840026733598736202689102117985119507858808036465196716739... is the root of the equation QPochhammer(1/d, 1/d^2)*d = 1 and c = 0.4217892515709863296976217395517853732959704351198250451894928058439... = 2/(2+Derivative[0, 1][QPochhammer][-1, 1/d]/d^2). - Vaclav Kotesovec, Feb 03 2018, updated Mar 31 2018
MATHEMATICA
nmax = 33; CoefficientList[Series[1/(1 - x Product[1 + x^k, {k, 1, nmax}]), {x, 0, nmax}], x]
nmax = 33; CoefficientList[Series[1/(1 - x/QPochhammer[x, x^2]), {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = Sum[PartitionsQ[k - 1] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 33}]
CROSSREFS
Antidiagonal sums of A286335.
Sequence in context: A122584 A184936 A330489 * A141015 A141683 A142474
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 02 2018
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 May 7 06:31 EDT 2024. Contains 372300 sequences. (Running on oeis4.)