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!)
A346968 E.g.f.: 1 / (2 - exp(x + x^2/2)). 1
1, 1, 4, 22, 162, 1486, 16368, 210316, 3088564, 51025900, 936661728, 18913304488, 416620504248, 9942050541736, 255502984674304, 7035244770121168, 206628950531763120, 6448104490837364176, 213057362719338692736, 7430912083404422167264, 272812392358000969636000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * A000085(k) * a(n-k).
a(n) ~ n! / (2 * sqrt(1 + 2*log(2)) * (sqrt(1 + 2*log(2)) - 1)^(n+1)). - Vaclav Kotesovec, Aug 15 2021
MATHEMATICA
nmax = 20; CoefficientList[Series[1/(2 - Exp[x + x^2/2]), {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A122704 A087547 A218678 * A184942 A000779 A053144
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 09 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 May 7 17:41 EDT 2024. Contains 372312 sequences. (Running on oeis4.)