A115559 Nonprime terms of A115558.
1, 316, 333, 549, 844, 963, 981, 1052, 1233, 1251, 1304, 1341, 1359, 1474, 1629, 1688, 1737, 1738, 1996, 2061, 2144, 2216, 2421, 2528, 2547, 2763, 2979, 3033, 3082, 3123, 3141, 3148, 3231, 3244, 3283, 3303, 3411, 3573, 3634, 3871, 3879, 3897, 3988, 4113
Offset: 1
Keywords
Links
- Giovanni Resta, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[5000], !PrimeQ[#] && DivisorSigma[0, DivisorSigma[1, #^2]] == DivisorSigma[1, DivisorSigma[0, #^2]] &] (* Amiram Eldar, Jan 28 2025 *)
-
PARI
isok(n)= !isprime(n) && (sigma(numdiv(n^2)) == numdiv(sigma(n^2))); \\ Michel Marcus, Dec 20 2013
Formula
The commutator [sigma, tau] is zero and a(n) is the square root of solutions. Moreover this square root is a nonprime number.
Comments