A355963 Primes p such that (p+8)^(p-1) == 1 (mod p^2).
1531, 7445287
Offset: 1
Crossrefs
Programs
-
PARI
forprime(p=1, , if(Mod(p+8, p^2)^(p-1)==1, print1(p, ", ")))
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.
forprime(p=1, , if(Mod(p+8, p^2)^(p-1)==1, print1(p, ", ")))
Comments