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.

A008827 Number of proper partitions of a set of n labeled elements.

Original entry on oeis.org

0, 3, 13, 50, 201, 875, 4138, 21145, 115973, 678568, 4213595, 27644435, 190899320, 1382958543, 10480142145, 82864869802, 682076806157, 5832742205055, 51724158235370, 474869816156749, 4506715738447321, 44152005855084344, 445958869294805287, 4638590332229999351
Offset: 2

Views

Author

Keywords

Comments

Previous name: Coefficients from fractional iteration of exp(x) - 1.
From Harry Richman, Mar 18 2023: (Start)
A "proper partition" of a set is a set partition in which there is more than one part, and there is some part which has more than one element.
a(n) is the number of chains of length 2 from the top element to the bottom element in the partition lattice on n labeled objects.
(End)

Examples

			For n = 3 there are a(3) = 3 proper partitions of {1,2,3}, which can be represented {12|3}, {13|2}, {23|1}.
For n = 4 there are a(4) = 13 proper partitions of {1,2,3,4}, which can be represented {123|4}, {124|3}, {134|2}, {234|1}, {12|34}, {13|24}, {14|23}, {12|3|4}, {13|2|4}, {14|2|3}, {23|1|4}, {24|1|3}, {34|1|2}.
		

References

  • L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 148.

Crossrefs

Programs

Formula

a(n) = A000110(n) - 2.

Extensions

More terms from Vladeta Jovovic, Jan 02 2004
Name changed and a(2)=0 prepended by Harry Richman, Mar 18 2023