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.

A325593 Numbers having at least three representations as multinomial coefficients M(n;lambda), where lambda is a partition of n.

Original entry on oeis.org

1, 6, 20, 30, 56, 60, 90, 105, 120, 210, 252, 360, 420, 462, 495, 504, 560, 630, 720, 756, 840, 990, 1260, 1320, 1365, 1540, 1680, 1716, 1980, 2520, 2970, 3003, 3360, 3960, 4290, 4620, 5040, 5460, 6006, 6435, 7140, 7560, 7920, 8190, 9240, 10080, 10296, 10626
Offset: 1

Views

Author

Alois P. Heinz, Sep 06 2019

Keywords

Comments

Numbers occurring at least three times in the triangle A036038.

Examples

			1 is in the sequence because M(0;0) = M(1;1) = M(2;2) = M(3;3) = ... = 1.
6 is in the sequence because M(6;5,1) = M(4;2,2) = M(3;1,1,1) = 6.
56 is in the sequence because M(56;55,1) = M(8;5,3) = M(8;6,1,1) = 56.
		

Crossrefs

A376373 is a subsequence.