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!)
A192557 a(n) = sum(stirling2(n,k)*stirling2(n+1,k+1)*k!,k=0..n). 0
1, 1, 5, 49, 749, 16201, 464645, 16911049, 756570029, 40608430681, 2565613446725, 187881747426649, 15746365790443469, 1494340848159224521, 159129983959516664645, 18866500386049170199849, 2473489038963025307690669, 356458089674089695970723321 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Sum[StirlingS2[n, k]StirlingS2[n+1, k+1]k!, {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(stirling2(n, k)*stirling2(n+1, k+1)*k!, k, 0, n), n, 0, 24);
CROSSREFS
Sequence in context: A052750 A145088 A301386 * A357335 A290755 A062995
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 April 25 10:39 EDT 2024. Contains 371967 sequences. (Running on oeis4.)