A277350 Positive integers n such that 5^n == 6 (mod n).
1, 15853, 5520343, 111966563, 2232207889, 5551501871
Offset: 1
Crossrefs
Programs
-
PARI
isok(n) = Mod(5, n)^n == 6; \\ Michel Marcus, Oct 10 2016
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.
isok(n) = Mod(5, n)^n == 6; \\ Michel Marcus, Oct 10 2016
Comments