cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A049434 Stirling numbers of second kind: 8th column of Stirling2 triangle A008277.

Original entry on oeis.org

1, 36, 750, 11880, 159027, 1899612, 20912320, 216627840, 2141764053, 20415995028, 189036065010, 1709751003480, 15170932662679, 132511015347084, 1142399079991620, 9741955019900400, 82318282158320505, 690223721118368580, 5749622251945664950
Offset: 8

Views

Author

Keywords

References

Crossrefs

Programs

Formula

G.f.: x^8/product_{k=1..8} (1-k*x).
E.g.f.: ((exp(x)-1)^8)/8!.
a(n) = det(|s(i+8,j+7)|, 1 <= i,j <= n-8), where s(n,k) are Stirling numbers of the first kind. - Mircea Merca, Apr 06 2013