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!)
A353165 Expansion of e.g.f. 1/(1 - Sum_{p prime} x^p / (p-1)!). 1
1, 0, 2, 3, 24, 125, 900, 7987, 72240, 817488, 9536940, 127816931, 1830739680, 28597812685, 481145656992, 8650951895040, 166376275228800, 3392537585542577, 73342277086465296, 1672523286398099407, 40158685461798481560, 1012415090497566344400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{p<=n, p prime} p * binomial(n,p) * a(n-p).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-sum(k=1, N, isprime(k)*x^k/(k-1)!))))
(PARI) a(n) = if(n==0, 1, sum(k=1, n, isprime(k)*k*binomial(n, k)*a(n-k)));
CROSSREFS
Sequence in context: A009231 A012304 A047157 * A003221 A359951 A013312
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 28 2022
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 30 04:13 EDT 2024. Contains 372118 sequences. (Running on oeis4.)