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!)
A356672 a(n) = n! * Sum_{k=0..n} k^(2*(n-k))/k!. 3
1, 1, 3, 19, 253, 5661, 188191, 8983423, 594848409, 52174034713, 5852229698971, 822684190381131, 142739480367287893, 30074750245383836149, 7575373641076070706423, 2252600759590927171373431, 783103569459739402827046321, 315587346190678252431713684913 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f: Sum_{k>=0} x^k / (k! * (1 - k^2 * x)).
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(2*(n-k))/k!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, x^k/(k!*(1-k^2*x)))))
CROSSREFS
Sequence in context: A261495 A069344 A305562 * A316294 A233240 A173799
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 22 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 August 14 22:40 EDT 2024. Contains 375167 sequences. (Running on oeis4.)