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!)
A192558 a(n) = Sum_{k=0..n} stirling1(n,k)*stirling1(n+1,k+1)*k!. 0
1, 1, 5, 64, 1454, 50646, 2489402, 163460592, 13786580376, 1449996630360, 185811972643032, 28474991200053696, 5138710297861448112, 1078056139999155414384, 260049332237860544504400, 71447460830350118085570816, 22174520538085189702788173184 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Sum[StirlingS1[n, k]StirlingS1[n+1, k+1]k!, {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(stirling1(n, k)*stirling1(n+1, k+1)*k!, k, 0, n), n, 0, 24);
CROSSREFS
Sequence in context: A193222 A274265 A073179 * A179156 A196304 A061684
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)