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!)
A299105 Expansion of 1/(1 - x*Product_{k>=1} (1 - x^k)). 17
1, 1, 0, -2, -3, -1, 5, 10, 7, -9, -29, -30, 10, 77, 108, 22, -184, -351, -207, 372, 1041, 969, -516, -2835, -3655, -284, 6990, 12190, 5977, -14957, -37044, -30994, 24144, 103374, 122409, -7715, -262704, -420585, -162274, 589068, 1309674, 972747, -1057935, -3742955 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
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} A010815(k-1)*a(n-k).
MATHEMATICA
nmax = 43; CoefficientList[Series[1/(1 - x Product[1 - x^k, {k, 1, nmax}]), {x, 0, nmax}], x]
nmax = 43; CoefficientList[Series[1/(1 - x QPochhammer[x, x]), {x, 0, nmax}], x]
CROSSREFS
Antidiagonal sums of A286354.
Cf. similar sequences: A067687, A299106, A299208, A302017, A318581, A318582, A331484.
Sequence in context: A172381 A089302 A049020 * A307899 A144634 A178125
KEYWORD
sign
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 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)