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.

A049447 Stirling numbers of second kind: 9th column of Stirling2 triangle A008277.

Original entry on oeis.org

1, 45, 1155, 22275, 359502, 5135130, 67128490, 820784250, 9528822303, 106175395755, 1144614626805, 12011282644725, 123272476465204, 1241963303533920, 12320068811796900, 120622574326072500, 1167921451092973005, 11201516780955125625, 106563273280541795575
Offset: 9

Views

Author

Keywords

References

Crossrefs

Programs

Formula

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