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!)
A335848 a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * k!! * a(n-k). 0
1, 1, 4, 21, 152, 1355, 14568, 182427, 2612224, 42073209, 752981280, 14823367845, 318347145216, 7406554353939, 185573713100160, 4981725842622795, 142650055922872320, 4340032650657965745, 139809806502181765632, 4754045863586538697077, 170163141506896128122880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: 1 / (1 - x * exp(x^2/2) * (1 + sqrt(Pi/2) * erf(x/sqrt(2)))), where erf() is the error function.
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k] k!! a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 20}]
nmax = 20; CoefficientList[Series[1/(1 - x Exp[x^2/2] (1 + Sqrt[Pi/2] Erf[x/Sqrt[2]])), {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A324236 A330019 A025164 * A316370 A357424 A166901
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 26 2020
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 May 13 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)