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.

A248814 a(n) = (6n)!/(6!^n).

Original entry on oeis.org

1, 1, 924, 17153136, 2308743493056, 1370874167589326400, 2670177736637149247308800, 14007180988362844601443040716800, 171889289584866507880743491472699801600, 4439413043841128802009762476941510771390464000
Offset: 0

Views

Author

Tilman Piesk, Oct 29 2014

Keywords

Comments

Column 6 of A187783.
Number of permutations of a multiset that contains n different elements, each occurring 6 times.

Examples

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

Crossrefs

Cf. A187783.

Programs

Formula

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