The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A308336 Expansion of e.g.f. exp(-1 + Product_{k>=1} (1 + x^k/k!)). 1
1, 1, 2, 8, 31, 147, 884, 5567, 39176, 311400, 2644490, 24206327, 239684768, 2519262527, 28077597357, 331892965533, 4130002336563, 53944450834303, 738940309779760, 10577568411051305, 157846971489443335, 2452481386778640564, 39589449956634478543 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1)*A007837(k)*a(n-k).
MATHEMATICA
nmax = 22; CoefficientList[Series[Exp[Product[(1 + x^k/k!), {k, 1, nmax}] - 1], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A150826 A150827 A150828 * A120774 A261052 A128324
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 20 2019
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 June 12 09:40 EDT 2024. Contains 373329 sequences. (Running on oeis4.)