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!)
A357193 a(n) = n! * Sum_{k=0..floor(n/2)} k^(2*n)/k!. 2
1, 0, 2, 6, 3096, 61560, 65248200, 4058986680, 7506140268480, 1062517243193280, 3052268000677879200, 822543740977513816800, 3395913346775619237617280, 1553795963458841732838848640, 8727392877498334693600263757440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} (k^2 * x)^(2 * k) / (k! * (1 - k^2 * x)).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, k^(2*n)/k!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k^2*x)^(2*k)/(k!*(1-k^2*x)))))
CROSSREFS
Sequence in context: A071093 A114045 A116899 * A355556 A162146 A231545
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 17 2022
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 2 09:18 EDT 2024. Contains 373954 sequences. (Running on oeis4.)