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.

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

This page as a plain text file.
%I A011577 #15 Apr 12 2020 07:51:10
%S A011577 1,134217727,3812664524766,2998587019946701,307440364830580800,
%T A011577 8220146115188676396,82892803728383735268,392678226281361931131,
%U A011577 1006698291338432496375,1538533978374777852325,1501910658871554621690
%N A011577 Stirling numbers of second kind S2(28,n).
%D A011577 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 A011577 F. N. David, M. G. Kendall and D. E. Barton, Symmetric Function and Allied Tables, Cambridge, 1966, p. 223.
%H A011577 Jinyuan Wang, <a href="/A011577/b011577.txt">Table of n, a(n) for n = 1..28</a>
%H A011577 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 A011577 (Maxima) A011577(n):=stirling2(28,n)$
%o A011577 makelist(A011577(n),n,1,30); /* _Martin Ettl_, Nov 05 2012 */
%Y A011577 Row 28 of A008277.
%K A011577 nonn,fini,full
%O A011577 1,2
%A A011577 _N. J. A. Sloane_