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!)
A367880 Expansion of e.g.f. 1/(1 - 2 * x * (exp(x) - 1)). 1
1, 0, 4, 6, 104, 490, 7452, 65534, 1062224, 13825746, 252414020, 4303920742, 89701635960, 1870259792570, 44391086228972, 1085906907998670, 29112549152845472, 813723252665063842, 24402507959486170260, 765358519469125339190 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = 2 * n * Sum_{k=2..n} binomial(n-1,k-1) * a(n-k).
a(n) = n! * Sum_{k=0..floor(n/2)} 2^k * k! * Stirling2(n-k,k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, 2^k*k!*stirling(n-k, k, 2)/(n-k)!);
CROSSREFS
Sequence in context: A213128 A105037 A139730 * A013023 A012909 A219507
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 03 2023
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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)