A343242 Nonprime numbers k such that A054008(k) = A054024(k).
1, 20, 196, 368, 650, 672, 780, 836, 1888, 2352, 3192, 11096, 17816, 20496, 30240, 51060, 84660, 130304, 979992, 1848964, 2291936, 3767100, 4526272, 8353792, 15126992, 15287976, 23569920, 33468416, 45532800, 74899952, 381236216, 623799776, 712023296, 1845991216
Offset: 1
Keywords
Examples
20 is a term since it is a nonprime number and A054008(20) = A054024(20) = 2.
Programs
-
Mathematica
Select[Range[10^6], !PrimeQ[#] && Mod[#, DivisorSigma[0, #]] == Mod[DivisorSigma[1, #], #] &]
Comments