A011577 Stirling numbers of second kind S2(28,n).
1, 134217727, 3812664524766, 2998587019946701, 307440364830580800, 8220146115188676396, 82892803728383735268, 392678226281361931131, 1006698291338432496375, 1538533978374777852325, 1501910658871554621690
Offset: 1
References
- M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 835.
- F. N. David, M. G. Kendall and D. E. Barton, Symmetric Function and Allied Tables, Cambridge, 1966, p. 223.
Links
- Jinyuan Wang, Table of n, a(n) for n = 1..28
- M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Crossrefs
Row 28 of A008277.
Programs
-
Maxima
A011577(n):=stirling2(28,n)$ makelist(A011577(n),n,1,30); /* Martin Ettl, Nov 05 2012 */