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.

A172609 a(n) = (8n)!/(8!^n).

Original entry on oeis.org

1, 1, 12870, 9465511770, 99561092450391000, 7656714453153197981835000, 2889253496242619386328267523990000, 4104167472585675600759440022842715359250000, 18165723931630806756964027928179555634194028454000000
Offset: 0

Views

Author

R. H. Hardin, Feb 06 2010

Keywords

Comments

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

Examples

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

Programs

Formula

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

Extensions

Name changed by Tilman Piesk, Oct 30 2014