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.

A371166 Positive integers with fewer divisors (A000005) than distinct divisors of prime indices (A370820).

This page as a plain text file.
%I A371166 #11 Mar 23 2024 22:12:57
%S A371166 7,13,19,23,29,37,43,47,53,61,71,73,74,79,89,91,95,97,101,103,106,107,
%T A371166 111,113,122,131,137,139,141,142,143,145,149,151,159,161,163,167,169,
%U A371166 173,178,181,183,185,193,197,199,203,209,213,214,215,219,221,223,226
%N A371166 Positive integers with fewer divisors (A000005) than distinct divisors of prime indices (A370820).
%C A371166 A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798.
%F A371166 A000005(a(n)) < A370820(a(n)).
%e A371166 The terms together with their prime indices begin:
%e A371166      7: {4}       101: {26}      163: {38}      223: {48}
%e A371166     13: {6}       103: {27}      167: {39}      226: {1,30}
%e A371166     19: {8}       106: {1,16}    169: {6,6}     227: {49}
%e A371166     23: {9}       107: {28}      173: {40}      229: {50}
%e A371166     29: {10}      111: {2,12}    178: {1,24}    233: {51}
%e A371166     37: {12}      113: {30}      181: {42}      239: {52}
%e A371166     43: {14}      122: {1,18}    183: {2,18}    247: {6,8}
%e A371166     47: {15}      131: {32}      185: {3,12}    251: {54}
%e A371166     53: {16}      137: {33}      193: {44}      257: {55}
%e A371166     61: {18}      139: {34}      197: {45}      259: {4,12}
%e A371166     71: {20}      141: {2,15}    199: {46}      262: {1,32}
%e A371166     73: {21}      142: {1,20}    203: {4,10}    263: {56}
%e A371166     74: {1,12}    143: {5,6}     209: {5,8}     265: {3,16}
%e A371166     79: {22}      145: {3,10}    213: {2,20}    267: {2,24}
%e A371166     89: {24}      149: {35}      214: {1,28}    269: {57}
%e A371166     91: {4,6}     151: {36}      215: {3,14}    271: {58}
%e A371166     95: {3,8}     159: {2,16}    219: {2,21}    281: {60}
%e A371166     97: {25}      161: {4,9}     221: {6,7}     293: {62}
%t A371166 Select[Range[100],Length[Divisors[#]] < Length[Union@@Divisors/@PrimePi/@First/@FactorInteger[#]]&]
%Y A371166 The RHS is A370820, for prime factors instead of divisors A303975.
%Y A371166 For (equal to) instead of (less than) we have A371165, counted by A371172.
%Y A371166 For (greater than) instead of (less than) we have A371167.
%Y A371166 For prime factors on the LHS we get A371168, counted by A371173.
%Y A371166 Other equalities: A319899, A370802 (A371130), A371128, A371177 (A371178).
%Y A371166 Other inequalities: A370348 (A371171), A371169, A371170.
%Y A371166 A000005 counts divisors.
%Y A371166 A001221 counts distinct prime factors.
%Y A371166 A027746 lists prime factors, A112798 indices, length A001222.
%Y A371166 A239312 counts divisor-choosable partitions, ranks A368110.
%Y A371166 A355731 counts choices of a divisor of each prime index, firsts A355732.
%Y A371166 A370320 counts non-divisor-choosable partitions, ranks A355740.
%Y A371166 A370814 counts divisor-choosable factorizations, complement A370813.
%Y A371166 Cf. A000792, A003963, A355737, A355739, A355741, A368100, A370808, A371127.
%K A371166 nonn
%O A371166 1,1
%A A371166 _Gus Wiseman_, Mar 14 2024