A153515 Terms of A122782 which are not Carmichael numbers A002997.
1, 4, 10, 15, 20, 65, 124, 190, 217, 310, 435, 781, 1541, 1891, 3565, 3820, 4123, 4495, 5461, 5611, 5662, 5731, 6735, 7449, 7813, 8029, 8290, 9881, 11041, 11476, 12801, 13021, 13333, 13981, 14981, 15751, 16297, 17767, 20345, 20710, 21361, 22791
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Range[10^4], !PrimeQ[#] && PowerMod[5, #, # ] == Mod[5, #] && Mod[#, CarmichaelLambda[#]] != 1 &] (* Amiram Eldar, Sep 19 2019 *)
Comments