login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070183 Primes p such that x^6 = 2 has a solution mod p, but x^(6^2) = 2 has no solution mod p. 2
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; refs; listen; history; internal format)
OFFSET

1,1

PROG

(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: A139961 A188661 A205171 * A201705 A165668 A164602

Adjacent sequences:  A070180 A070181 A070182 * A070184 A070185 A070186

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Apr 29 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 08:58 EST 2012. Contains 205614 sequences.