A277720 Numbers k > 2 such that lambda(k)^2 divides k-1, where lambda(k) = A002322(k).
2320690177, 17069520863233, 42182344790209, 65465530560001, 3432376805760001, 13322002122777601, 20388795375960001, 129009714848870401, 580007888606160001, 1096591987029196801, 3029756968906340401, 5806765663003468801, 6213994663149504001, 6367205158826803201, 7802569551798000001, 10319507991273499201
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..47 (terms below 10^22, calculated using data from Claude Goutier)
- Claude Goutier, Compressed text file carm10e22.gz containing all the Carmichael numbers up to 10^22.
Programs
-
PARI
isok(n) = (n % lcm(znstar(n)[2])^2) == 1; \\ Michel Marcus, Apr 22 2017
Extensions
a(7)-a(16) from Max Alekseyev, Apr 23 2017
Comments