OFFSET
1,3
REFERENCES
Donald E. Knuth, The Art of Computer Programming, Volume 4 Fascicle 2, Generating All Tuples and Permutations (2005), v+128pp. ISBN 0-201-85393-0. [Algorithm V for generating all topological sorts.]
LINKS
Richard P. Stanley, Differential posets, Journal of the American Mathematical Society Vol. 1, No. 4, pp. 919-961, 1988.
Wikipedia, Young-Fibonacci lattice
EXAMPLE
For n = 3, the Young-Fibonacci lattice as defined by the following edge set {(1,2),(2,3),(2,4)} has two total orderings: 1234 and 1243. The sequence increases rapidly since Young-Fibonacci lattices are sparse digraphs.
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Nikolaos Kavvadias, Jan 23 2011
STATUS
approved