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!)
A346430 E.g.f.: 1 / (1 - x - Sum_{k>=2} prime(k-1) * x^k / k!). 1
1, 1, 4, 21, 149, 1317, 13985, 173207, 2451807, 39043963, 690844441, 13446183857, 285500221447, 6567135007015, 162678487750465, 4317650962178897, 122234460353464081, 3676789159574231397, 117102826395968235853, 3936834192059910096205, 139316727760914366716635 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * A008578(k) * a(n-k).
MATHEMATICA
nmax = 20; CoefficientList[Series[1/(1 - x - Sum[Prime[k - 1] x^k/k!, {k, 2, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A286286 A277505 A183387 * A324236 A330019 A025164
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 04 2021
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)