|
Search: id:A070183
|
|
|
| A070183 |
|
Primes p such that x^6 = 2 has a solution mod p, but x^(6^2) = 2 has no solution mod p. |
|
+0 3
|
|
| 17, 41, 137, 401, 433, 449, 457, 521, 569, 641, 761, 809, 857, 919, 929, 953, 977, 1361, 1409, 1423, 1657, 1697, 1999, 2017, 2081, 2143, 2153, 2287, 2297, 2417, 2609, 2633, 2729, 2753, 2777, 2791, 2801, 2897, 2953, 3041, 3209, 3329, 3457, 3593, 3617
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
PROGRAM
|
(PARI) forprime(p=2, 3700, x=0; while(x<p&&x^6%p!=2%p, x++); if(x<p, y=0; while(y<p&&y^(6^2)%p!=2%p, y++); if(y==p, print1(p, ", "))))
|
|
CROSSREFS
|
Cf. A040992, A049568, A059264, A059667, A070179 - A070182, A070184 - A070188.
Sequence in context: A145991 A089637 A139961 this_sequence A165668 A164602 A078847
Adjacent sequences: A070180 A070181 A070182 this_sequence A070184 A070185 A070186
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Apr 29 2002
|
|
|
Search completed in 0.002 seconds
|