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”).

A038933
Primes p such that 55 is a square mod p.
1
2, 3, 5, 11, 13, 17, 19, 23, 47, 67, 73, 79, 89, 103, 131, 139, 151, 163, 173, 181, 193, 197, 211, 223, 229, 233, 239, 269, 271, 277, 293, 337, 359, 367, 373, 383, 389, 401, 421, 431, 439, 443, 449, 457, 463, 467
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], ! JacobiSymbol[55, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A171600 A126148 A264866 * A042998 A091317 A088254
KEYWORD
nonn
AUTHOR
STATUS
approved