login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A299162
Expansion of 1/(1 - x*Product_{k>=1} 1/(1 - k*x^k)).
11
1, 1, 2, 6, 17, 49, 135, 380, 1051, 2925, 8119, 22548, 62574, 173767, 482360, 1339126, 3717700, 10321163, 28653557, 79548612, 220843925, 613110573, 1702128034, 4725475979, 13118945083, 36421037100, 101112695940, 280710759278, 779313926949, 2163544401343, 6006468273440
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: 1/(1 - x*Product_{k>=1} 1/(1 - k*x^k)).
a(0) = 1; a(n) = Sum_{k=1..n} A006906(k-1)*a(n-k).
MATHEMATICA
nmax = 30; CoefficientList[Series[1/(1 - x Product[1/(1 - k x^k), {k, 1, nmax}]), {x, 0, nmax}], x]
CROSSREFS
Antidiagonal sums of A297328.
Sequence in context: A077983 A365244 A036365 * A244400 A052536 A122100
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 04 2018
STATUS
approved