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!)
A187558 Triangle a(n,k) read by rows: product s(n,k)*s(n+1,k+1) of Stirling numbers of the first kind. 1
1, 0, 1, 0, 3, 1, 0, 22, 18, 1, 0, 300, 385, 60, 1, 0, 6576, 11250, 2975, 150, 1, 0, 211680, 444976, 165375, 14875, 315, 1, 0, 9408960, 23164848, 10992856, 1440600, 56350, 588, 1, 0, 552303360, 1543644432, 883573488, 151957281, 8890560, 175812, 1008, 1, 0, 41391544320, 128509156800, 85483976320, 18121263300, 1420415577, 42865200, 475020, 1620, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n,k) = A048994(n,k)*A048994(n+1,k+1) = A132393(n,k)*A132393(n+1,k+1).
EXAMPLE
Triangle begins:
1
0,1
0,3,1
0,22,18,1
0,300,385,60,1
0,6576,11250,2975,150,1
0,211680,444976,165375,14875,315,1
0,9408960,23164848,10992856,1440600,56350,588,1
0,552303360,1543644432,883573488,151957281,8890560,175812,1008,1
MAPLE
seq(seq(combinat[stirling1](n, k)*combinat[stirling1](n+1, k+1), k=0..n), n=0..8);
MATHEMATICA
Table[StirlingS1[n, k]StirlingS1[n + 1, k + 1], {n, 0, 8}, {k, 0, 8}]//MatrixForm
PROG
(Maxima) create_list(stirling1(n, k)*stirling1(n+1, k+1), n, 0, 10, k, 0, n);
CROSSREFS
Sequence in context: A316773 A006837 A158782 * A327547 A233293 A361579
KEYWORD
nonn,easy,tabl
AUTHOR
Emanuele Munarini, Mar 11 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 June 2 13:10 EDT 2024. Contains 373040 sequences. (Running on oeis4.)