login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A011559
Stirling numbers of second kind S2(10,n).
1
1, 511, 9330, 34105, 42525, 22827, 5880, 750, 45, 1
OFFSET
1,2
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
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].
FORMULA
a(n) = A008277(10,n).
MATHEMATICA
Table[StirlingS2[10, n], {n, 10}] (* Arkadiusz Wesolowski, Feb 27 2017 *)
PROG
(Maxima) A011559(n):=stirling2(10, n)$ makelist(A011559(n), n, 1, 10); /* Martin Ettl, Nov 05 2012 */
CROSSREFS
Sequence in context: A160361 A204739 A075948 * A160953 A038996 A068025
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved