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.

A336414 Number of divisors of n! with distinct prime multiplicities.

This page as a plain text file.
%I A336414 #31 Aug 25 2020 21:09:19
%S A336414 1,1,2,3,7,10,20,27,48,86,147,195,311,390,595,1031,1459,1791,2637,
%T A336414 3134,4747,7312,10766,12633,16785,26377,36142,48931,71144,82591,
%U A336414 112308,128023,155523,231049,304326,459203,568095,642446,812245,1137063,1441067,1612998,2193307,2429362
%N A336414 Number of divisors of n! with distinct prime multiplicities.
%C A336414 A number has distinct prime multiplicities iff its prime signature is strict.
%H A336414 Chai Wah Wu, <a href="/A336414/b336414.txt">Table of n, a(n) for n = 0..6245</a> (n = 0..94 from David A. Corneth)
%F A336414 a(n) = A181796(n!).
%e A336414 The first and second columns below are the a(6) = 20 counted divisors of 6! together with their prime signatures. The third column shows the A000005(6!) - a(6) = 10 remaining divisors.
%e A336414       1: ()      20: (2,1)    |    6: (1,1)
%e A336414       2: (1)     24: (3,1)    |   10: (1,1)
%e A336414       3: (1)     40: (3,1)    |   15: (1,1)
%e A336414       4: (2)     45: (2,1)    |   30: (1,1,1)
%e A336414       5: (1)     48: (4,1)    |   36: (2,2)
%e A336414       8: (3)     72: (3,2)    |   60: (2,1,1)
%e A336414       9: (2)     80: (4,1)    |   90: (1,2,1)
%e A336414      12: (2,1)  144: (4,2)    |  120: (3,1,1)
%e A336414      16: (4)    360: (3,2,1)  |  180: (2,2,1)
%e A336414      18: (1,2)  720: (4,2,1)  |  240: (4,1,1)
%t A336414 Table[Length[Select[Divisors[n!],UnsameQ@@Last/@FactorInteger[#]&]],{n,0,15}]
%o A336414 (PARI) a(n) = sumdiv(n!, d, my(ex=factor(d)[,2]); #vecsort(ex,,8) == #ex); \\ _Michel Marcus_, Jul 24 2020
%Y A336414 Perfect-powers are A001597, with complement A007916.
%Y A336414 Numbers with distinct prime multiplicities are A130091.
%Y A336414 Divisors with distinct prime multiplicities are counted by A181796.
%Y A336414 The maximum divisor with distinct prime multiplicities is A327498.
%Y A336414 Divisors of n! with equal prime multiplicities are counted by A336415.
%Y A336414 Cf. A000005, A098859, A118914, A124010, A327527, A336424, A336500, A336568.
%Y A336414 Factorial numbers: A000142, A007489, A022559, A027423, A048656, A048742, A071626, A325272, A325273, A325617, A336416.
%K A336414 nonn
%O A336414 0,3
%A A336414 _Gus Wiseman_, Jul 22 2020
%E A336414 a(21)-a(41) from _Alois P. Heinz_, Jul 24 2020