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).

This page as a plain text file.
%I A172603 #35 Apr 29 2023 07:01:52
%S A172603 1,1,3432,399072960,472518347558400,3177459078523411968000,
%T A172603 85722533226982363751829504000,7363615666157189603982585462030336000,
%U A172603 1707750599894443404262670865631874246246400000
%N A172603 a(n) = (7n)!/(7!^n).
%C A172603 From _Tilman Piesk_, Oct 30 2014: (Start)
%C A172603 Column 7 of A187783.
%C A172603 Number of permutations of a multiset that contains n different elements 7 times.
%C A172603 Or in other words (the former title of this sequence):
%C A172603 Number of 7*n X n 0..1 arrays with row sums 1 and column sums 7.
%C A172603 (End)
%H A172603 Tilman Piesk, <a href="/A172603/b172603.txt">Table of n, a(n) for n = 0..54</a> (first 14 terms from R. H. Hardin)
%F A172603 a(n) = (7n)!/(7!^n).
%e A172603 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}.
%p A172603 A172603:=n->(7*n)!/(5040^n): seq(A172603(n), n=0..10); # _Wesley Ivan Hurt_, Nov 01 2014
%t A172603 Table[(7 n)! / (5040^n), {n, 0, 10}] (* _Vincenzo Librandi_, Nov 01 2014 *)
%o A172603 (Magma) [Factorial(7*n)/(5040^n):  n in [0..20]]; // _Vincenzo Librandi_, Nov 01 2014
%K A172603 nonn,easy
%O A172603 0,3
%A A172603 _R. H. Hardin_, Feb 06 2010
%E A172603 Name changed by _Tilman Piesk_, Oct 30 2014