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!)
A192562 a(n) = sum(abs(stirling1(n,k))*stirling2(n+1,k+1)*k!,k=0..n). 0
1, 1, 5, 56, 1024, 27114, 969128, 44610432, 2556362016, 177733575120, 14692805761512, 1420846650571776, 158583233552744064, 20199186787986074400, 2908060636034265554880, 469318752131725598874624, 84293191721843435282950656 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Sum[Abs[StirlingS1[n, k]]StirlingS2[n+1, k+1]k!, {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(abs(stirling1(n, k))*stirling2(n+1, k+1)*k!, k, 0, n), n, 0, 24);
CROSSREFS
Sequence in context: A217818 A217819 A132618 * A060080 A203522 A180874
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 March 18 22:34 EDT 2024. Contains 370951 sequences. (Running on oeis4.)