The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A192561 a(n) = sum(stirling1(n+1,k+1)^2*k!,k=0..n). 0
1, 2, 15, 235, 6150, 239596, 12934838, 921199238, 83488967768, 9367741437936, 1273270076895432, 205977064267447848, 39082297497546456816, 8591243344831665290592, 2165102057150152483834032, 619866690597157598321655216, 200017218987010519451515954560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Sum[StirlingS1[n+1, k+1]^2k!, {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(stirling1(n+1, k+1)^2*k!, k, 0, n), n, 0, 24);
CROSSREFS
Sequence in context: A326095 A212370 A302358 * A356587 A227098 A180610
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Jul 04 2011
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 June 10 19:30 EDT 2024. Contains 373280 sequences. (Running on oeis4.)