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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051097 Primes p such that x^56 = -2 has a solution mod p 0
2, 3, 11, 19, 59, 67, 83, 107, 131, 139, 163, 179, 227, 251, 257, 283, 307, 331, 347, 419, 443, 467, 499, 523, 563, 571, 587, 619, 643, 683, 691, 739, 787, 811, 859, 881, 907, 947, 971, 1019, 1033, 1049, 1091, 1097, 1123, 1163, 1171, 1187, 1193, 1217, 1249, 1259, 1283, 1291, 1307, 1427, 1451, 1459, 1481, 1483, 1523, 1531, 1553, 1571, 1579 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) forprime(p=2, 2000, if([]~!=polrootsff(x^56+2, p, y-1), print1(p, ", "))); print();

/* or: */

forprime(p=2, 2000, if([]~!=polrootsmod(x^56+2, p), print1(p, ", "))); print(); /* faster */

/* Joerg Arndt, Jul 27 2011 */

CROSSREFS

Sequence in context: A051091 A085902 A051083 * A076201 A129668 A086791

Adjacent sequences:  A051094 A051095 A051096 * A051098 A051099 A051100

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms added, Joerg Arndt, Jul 27 2011.

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 16 19:23 EST 2012. Contains 205945 sequences.