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!)
A370509 Expansion of Sum_{k>=0} k! * ( x * (1+x^2) )^k. 2
1, 1, 2, 7, 28, 138, 818, 5658, 44784, 399366, 3962256, 43289760, 516432984, 6679346280, 93091875120, 1390851720840, 22175338353120, 375794883339120, 6745177713093840, 127830886641354960, 2550687440585679360, 53451172032327664560, 1173650135526055272960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} (n-2*k)! * binomial(n-2*k,k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=0, N, k!*(x*(1+x^2))^k))
(PARI) a(n) = sum(k=0, n\3, (n-2*k)!*binomial(n-2*k, k));
CROSSREFS
Cf. A212580.
Sequence in context: A297195 A116539 A266467 * A141318 A276080 A352659
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 20 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 September 8 00:04 EDT 2024. Contains 375749 sequences. (Running on oeis4.)