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”).

A371485
Expansion of e.g.f. Product_{k>=2} 1 / (1 - x^k/k!).
1
1, 0, 1, 1, 7, 11, 126, 267, 3655, 11503, 169258, 654413, 11623910, 52505961, 1066163983, 5721040860, 128827399823, 783999460951, 19881737827434, 134931439956945, 3784646604928402, 28564669112399283, 875600527787948801, 7239530824941958612, 242133074649322025674
OFFSET
0,5
MATHEMATICA
nmax = 24; CoefficientList[Series[Product[1/(1 - x^k/k!), {k, 2, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A347170 A107187 A132958 * A355577 A241189 A057737
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 25 2024
STATUS
approved