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

A371308
Expansion of e.g.f. Product_{k>=1} (1 + x^k/k!)^prime(k).
0
1, 2, 5, 23, 101, 511, 3300, 20499, 147249, 1158047, 9284124, 82250155, 762408746, 7406758725, 75928931645, 815389826454, 9127145085135, 106002459387831, 1287304713397098, 16132127163478581, 209381715443456410, 2814011969429674997, 38957100435462040565
OFFSET
0,2
COMMENTS
"EGJ" (unordered, element, labeled) transform of primes.
MATHEMATICA
nmax = 22; CoefficientList[Series[Product[(1 + x^k/k!)^Prime[k], {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 24 2024
STATUS
approved