The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A192569 Unsigned sum of a triple diagonal product of Stirling numbers of the first kind. 0
1, 1, 19, 951, 101126, 19471950, 6120757875, 2923391598085, 2012458144311874, 1917251981582592942, 2447403154245760930044, 4077096587506331113785984, 8671231633412537292307441446, 23111533287530979373465097259402 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = sum(abs(stirling1(n,k)*stirling1(n+1,k+1)*stirling1(n+2,k+2)),k=0..n).
MATHEMATICA
Table[Sum[Abs[StirlingS1[n, k]StirlingS1[n+1, k+1]StirlingS1[n+2, k+2]], {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(abs(stirling1(n, k)*stirling1(n+1, k+1)*stirling1(n+2, k+2)), k, 0, n), n, 0, 24);
CROSSREFS
Sequence in context: A005535 A171226 A247279 * A238740 A285862 A136022
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 May 14 23:22 EDT 2024. Contains 372535 sequences. (Running on oeis4.)