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!)
A192549 a(n) = sum(abs(stirling1(n+1,k+1))*stirling2(n,k),k=0..n). 1
1, 1, 4, 30, 356, 5925, 129949, 3609522, 123202470, 5047071210, 243591826248, 13646279320267, 876457826851309, 63867571888960931, 5233393632259094223, 478504806151155710490, 48490898635782743083282, 5414061277570448051139952 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Sum[Abs[StirlingS1[n+1, k+1]]StirlingS2[n, k], {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(abs(stirling1(n+1, k+1))*stirling2(n, k), k, 0, n), n, 0, 24);
CROSSREFS
Sequence in context: A218296 A118792 A317030 * A303001 A370928 A137341
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)