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!)
A347666 E.g.f.: exp( exp(x) * (1 + x + x^2 / 2 + x^3 / 6) - 1 ). 1
1, 2, 8, 40, 239, 1648, 12778, 109476, 1023520, 10341878, 112067820, 1294254184, 15847382977, 204827368606, 2784056034014, 39665514607872, 590684848605779, 9170941154737032, 148120725648168260, 2483657480026985432, 43157660169344697996, 775898068395820783674 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Exponential transform of A000125.
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1) * A000125(k) * a(n-k).
MATHEMATICA
nmax = 21; CoefficientList[Series[Exp[Exp[x] (1 + x + x^2/2 + x^3/6) - 1], {x, 0, nmax}], x] Range[0, nmax]!
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n - 1, k - 1] ((k^3 + 5 k + 6)/6) a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 21}]
CROSSREFS
Sequence in context: A341876 A305406 A296050 * A055882 A002301 A319949
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 10 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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)