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!)
A353162 Expansion of e.g.f. exp(Sum_{p prime} p * x^p). 3
1, 0, 4, 18, 48, 1320, 4200, 115920, 994560, 11793600, 264055680, 2601244800, 67761429120, 1067726499840, 21513457405440, 485310649824000, 9925206939648000, 254012624170905600, 6174538264806912000, 160933619800835481600, 4458470291543671603200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = (n-1)! * Sum_{p<=n, p prime} p^2 * a(n-p)/(n-p)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(sum(k=1, N, isprime(k)*k*x^k))))
(PARI) a(n) = if(n==0, 1, (n-1)!*sum(k=1, n, isprime(k)*k^2*a(n-k)/(n-k)!));
CROSSREFS
Sequence in context: A081528 A056147 A181857 * A303737 A180805 A120656
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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)