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.

A325617 Multinomial coefficient of the prime signature of n!.

This page as a plain text file.
%I A325617 #7 May 13 2019 01:10:42
%S A325617 1,1,1,2,4,20,105,840,3960,51480,675675,10810800,139675536,2793510720,
%T A325617 58663725120,1799020903680,26985313555200,782574093100800,
%U A325617 25992639520848000,857757104187984000,30021498646579440000,1563341744336692320000,64179292662243158400000
%N A325617 Multinomial coefficient of the prime signature of n!.
%C A325617 Number of permutations of the multiset of prime factors of n!.
%H A325617 Wikipedia, <a href="https://en.wikipedia.org/wiki/Multinomial_theorem">Multinomial theorem</a>
%F A325617 a(n) = A318762(A181819(n!)).
%e A325617 The a(5) = 20 permutations of {2,2,2,3,5}:
%e A325617   (22235)  (32225)  (52223)
%e A325617   (22253)  (32252)  (52232)
%e A325617   (22325)  (32522)  (52322)
%e A325617   (22352)  (35222)  (53222)
%e A325617   (22523)
%e A325617   (22532)
%e A325617   (23225)
%e A325617   (23252)
%e A325617   (23522)
%e A325617   (25223)
%e A325617   (25232)
%e A325617   (25322)
%t A325617 Table[Multinomial@@Last/@FactorInteger[n!],{n,0,15}]
%Y A325617 Cf. A000142, A008480, A011371, A022559, A076934, A108731, A115627, A318762, A325272, A325273, A325508, A325543, A325544, A325609.
%K A325617 nonn
%O A325617 0,4
%A A325617 _Gus Wiseman_, May 12 2019