login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A120698
Restricted growth functions for set partitions.
8
1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 2, 2, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 2, 3, 1, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1, 3, 1, 2, 2, 1, 1, 2, 2, 2, 1, 2, 2, 3, 1, 2, 3, 1, 1, 2, 3, 2, 1, 2, 3, 3, 1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 3
OFFSET
1,5
COMMENTS
There are restricted growth functions (RGF, sometime called restricted growth strings, RGS) for various kinds of combinatorial objects. For the RGF used here see figure 17.1-D on p.358 of the Fxtbook, see links.
EXAMPLE
Table starts:
1
1,1
1,2
1,1,1
1,1,2
1,2,1
1,2,2
1,2,3
MATHEMATICA
Flatten[Table[RGFs[n], {n, 1, 5}]](* Geoffrey Critzer, Dec 08 2010 *)
CROSSREFS
Cf. A000110, A085693 (row maxima), A120699 (row lengths), A193023.
Sequence in context: A303837 A286520 A320105 * A338411 A366779 A326775
KEYWORD
nonn,tabf
AUTHOR
STATUS
approved