login
Stirling numbers of second kind S2(28,n).
3

%I #15 Apr 12 2020 07:51:10

%S 1,134217727,3812664524766,2998587019946701,307440364830580800,

%T 8220146115188676396,82892803728383735268,392678226281361931131,

%U 1006698291338432496375,1538533978374777852325,1501910658871554621690

%N Stirling numbers of second kind S2(28,n).

%D 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.

%D F. N. David, M. G. Kendall and D. E. Barton, Symmetric Function and Allied Tables, Cambridge, 1966, p. 223.

%H Jinyuan Wang, <a href="/A011577/b011577.txt">Table of n, a(n) for n = 1..28</a>

%H M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

%o (Maxima) A011577(n):=stirling2(28,n)$

%o makelist(A011577(n),n,1,30); /* _Martin Ettl_, Nov 05 2012 */

%Y Row 28 of A008277.

%K nonn,fini,full

%O 1,2

%A _N. J. A. Sloane_