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!)
A192550 a(n) = sum(stirling2(n+1,k+1)*k!^2,k=0..n). 1
1, 2, 8, 68, 1052, 25772, 915308, 44417228, 2822059052, 227292363212, 22626053864108, 2727566236006988, 391549961731396652, 65997870405560143052, 12906384138105870075308, 2898250311530883985046348, 740679847516042935202775852 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ sqrt(e)*(n!)^2. - Vaclav Kotesovec, Jan 02 2013
MATHEMATICA
Table[Sum[StirlingS2[n+1, k+1]k!^2, {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(stirling2(n+1, k+1)*k!^2, k, 0, n), n, 0, 12);
CROSSREFS
Sequence in context: A156448 A262479 A372315 * A157752 A055547 A113087
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 August 26 22:10 EDT 2024. Contains 375462 sequences. (Running on oeis4.)