OFFSET
0,3
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..11
Henry Bottomley, Partition and Composition calculator using a Java applet
G. P. Michon, Partition Function
EXAMPLE
a(3)=7 because the third Bell number is 5 and the number of partitions of 5 is 7.
MAPLE
with(combinat): a:=n->numbpart(bell(n)): seq(a(n), n=0..7);
MATHEMATICA
Table[PartitionsP[BellB[n]], {n, 0, 8}] (* Amiram Eldar, Nov 23 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Zerinvary Lajos, Jun 29 2006
EXTENSIONS
Edited by Emeric Deutsch and N. J. A. Sloane, Jul 23 2006
STATUS
approved