|
OFFSET
|
1,1
|
|
|
COMMENT
|
No other terms below 10^11.
|
|
FORMULA
|
Elements of A125854 congruent to 1 or 3 modulo 8, i.e., primes p such that p == 1 or 3 (mod 8) and 2^(p-1) == 1+p (mod p^2).
|
|
PROGRAM
|
(PARI) { forprime(p=3, 10^11, if(Mod((p-1)/2, p^2)^((p-1)/2)==1, print(p); )) }
|
|
CROSSREFS
|
A048861,A121999,A125854
Sequence in context: A081508 A067481 A058433 this_sequence A036236 A058447 A058453
Adjacent sequences: A154995 A154996 A154997 this_sequence A154999 A155000 A155001
|
|
KEYWORD
|
bref,hard,more,nonn
|
|
AUTHOR
|
Max Alekseyev (maxale(AT)gmail.com), Jan 18 2009
|
|
EXTENSIONS
|
Edited by Max Alekseyev (maxale(AT)gmail.com), Oct 13 2009
|
|