login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A316186
Expansion of e.g.f. P(P(x)), where P(x) = Sum_{k>=1} prime(k)*x^k/k!.
0
4, 18, 104, 687, 5064, 40934, 358083, 3346832, 33123000, 345219919, 3777134694, 43291666298, 518855171115, 6491738816768, 84656365477452, 1148895613585775, 16201725990730392, 237030534528945348, 3591398122456079285, 56254812062478841340, 909319044063443870702
OFFSET
1,1
COMMENTS
Self-composition of e.g.f. of A000040 (prime numbers).
LINKS
EXAMPLE
E.g.f.: A(x) = 4*x + 18*x^2/2! + 104*x^3/3! + 687*x^4/4! + 5064*x^5/5! + 40934*x^6/6! + ...
MATHEMATICA
p[x_] := p[x] = Sum[Prime[k] x^k/k!, {k, 21}]; a[n_] := a[n] = SeriesCoefficient[p[p[x]], {x, 0, n}]; Table[n! a[n], {n, 21}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 26 2018
STATUS
approved