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!)
A373740 Expansion of e.g.f. exp(x^2/2 * (1 + x)). 1
1, 0, 1, 3, 3, 30, 105, 315, 2625, 11340, 57645, 467775, 2505195, 17027010, 142026885, 922296375, 7493911425, 65886420600, 503693415225, 4625660914875, 43369908657075, 379618464975750, 3824934458169825, 38406952928819475, 376103907454500225 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} binomial(k,n-2*k)/(2^k * k!).
a(n) = (n-1)/2 * (2*a(n-2) + 3*(n-2)*a(n-3)).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, binomial(k, n-2*k)/(2^k*k!));
CROSSREFS
Cf. A182097.
Sequence in context: A151480 A096351 A367890 * A344934 A086667 A067098
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 16 2024
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 July 18 17:25 EDT 2024. Contains 374388 sequences. (Running on oeis4.)