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.
%I A343242 #9 Jun 13 2021 03:24:12 %S A343242 1,20,196,368,650,672,780,836,1888,2352,3192,11096,17816,20496,30240, %T A343242 51060,84660,130304,979992,1848964,2291936,3767100,4526272,8353792, %U A343242 15126992,15287976,23569920,33468416,45532800,74899952,381236216,623799776,712023296,1845991216 %N A343242 Nonprime numbers k such that A054008(k) = A054024(k). %C A343242 If p is an odd prime then A054008(p) = A054024(p) = 2. Therefore, this sequence is restricted to nonprime numbers. %e A343242 20 is a term since it is a nonprime number and A054008(20) = A054024(20) = 2. %t A343242 Select[Range[10^6], !PrimeQ[#] && Mod[#, DivisorSigma[0, #]] == Mod[DivisorSigma[1, #], #] &] %Y A343242 Cf. A000005, A000203, A054008, A054024. %Y A343242 Subsequences: A047728, A245782. %K A343242 nonn %O A343242 1,2 %A A343242 _Amiram Eldar_, Apr 08 2021