login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A191053
Primes that are squares mod 89.
1
2, 5, 11, 17, 47, 53, 67, 71, 73, 79, 97, 107, 109, 131, 139, 157, 167, 173, 179, 199, 223, 227, 233, 251, 257, 263, 269, 271, 277, 283, 307, 311, 317, 331, 347, 367, 373, 401, 409, 443, 449, 461, 463, 467, 479, 487, 509, 523, 587, 601, 607, 613, 619, 631
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 89]==1&]
PROG
(Magma) [p: p in PrimesUpTo(631) | JacobiSymbol(p, 89) eq 1]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
Sequence in context: A144572 A038977 A141778 * A209493 A117877 A226215
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 25 2011
STATUS
approved