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!)
A353166 Expansion of e.g.f. exp(Sum_{k>=1} prime(k)*x^k/k). 1
1, 2, 7, 36, 237, 1926, 18147, 195432, 2353881, 31392522, 459730431, 7306628652, 125360110917, 2306819281806, 45287505051867, 944784879298416, 20866852729885617, 486315480759519762, 11921919558334283511, 306644867097382161972, 8255584865932073325981 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = (n-1)! * Sum_{k=1..n} prime(k) * a(n-k)/(n-k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(sum(k=1, N, prime(k)*x^k/k))))
(PARI) a(n) = if(n==0, 1, (n-1)!*sum(k=1, n, prime(k)*a(n-k)/(n-k)!));
CROSSREFS
Sequence in context: A019030 A212411 A119736 * A308750 A088715 A088313
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)