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!)
A347948 E.g.f.: 1 / (1 - Sum_{k>=1} x^prime(k) / prime(k)!). 2
1, 0, 1, 1, 6, 21, 110, 673, 4312, 34260, 280212, 2648581, 26580840, 292468333, 3453838544, 43672689816, 590203920256, 8458029201433, 128528293405392, 2059731511022935, 34762308371221224, 615898019175914166, 11432263502365894916, 221855824404176472115 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * A010051(k) * a(n-k).
MATHEMATICA
nmax = 23; CoefficientList[Series[1/(1 - Sum[x^Prime[k]/Prime[k]!, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k] Boole[PrimeQ[k]] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 23}]
CROSSREFS
Sequence in context: A083558 A060843 A026650 * A364328 A298837 A009253
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 20 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 April 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)