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.

A172603 a(n) = (7n)!/(7!^n).

Original entry on oeis.org

1, 1, 3432, 399072960, 472518347558400, 3177459078523411968000, 85722533226982363751829504000, 7363615666157189603982585462030336000, 1707750599894443404262670865631874246246400000
Offset: 0

Views

Author

R. H. Hardin, Feb 06 2010

Keywords

Comments

From Tilman Piesk, Oct 30 2014: (Start)
Column 7 of A187783.
Number of permutations of a multiset that contains n different elements 7 times.
Or in other words (the former title of this sequence):
Number of 7*n X n 0..1 arrays with row sums 1 and column sums 7.
(End)

Examples

			a(3) = (7*3)!/(7!^3) = 399072960 is the number of permutations of a multiset that contains 3 different elements 7 times, e.g., {1,1,1,1,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3}.
		

Programs

Formula

a(n) = (7n)!/(7!^n).

Extensions

Name changed by Tilman Piesk, Oct 30 2014