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!)
A357191 a(n) = n! * Sum_{k=0..floor(n/2)} k^n/k!. 2
1, 0, 2, 6, 216, 2040, 111240, 2164680, 159391680, 5247305280, 491431600800, 24437592194400, 2800955712804480, 195393943295591040, 26699221909806526080, 2479967110139382864000, 396503602252401676032000, 47167550656581451928832000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} (k * x)^(2 * k) / (k! * (1 - k * x)).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, k^n/k!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k*x)^(2*k)/(k!*(1-k*x)))))
CROSSREFS
Sequence in context: A285101 A361086 A176782 * A013083 A110387 A158682
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 21 03:47 EDT 2024. Contains 374463 sequences. (Running on oeis4.)