A277554 Positive integers n such that 7^n == 3 (mod n).
1, 2, 46, 2227, 6684830083, 12827743861, 151652531182, 155657642297, 3102126273955, 11006109076099, 50473807426174, 172794904196354
Offset: 1
Crossrefs
Programs
-
PARI
isok(n) = Mod(7, n)^n == 3; \\ Michel Marcus, Oct 20 2016
Comments