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

A038926
Primes p such that 46 is not a square mod p.
2
11, 13, 17, 19, 29, 31, 43, 47, 67, 71, 83, 89, 97, 101, 107, 113, 127, 137, 151, 167, 173, 197, 223, 227, 239, 241, 251, 269, 271, 277, 281, 283, 311, 313, 317, 337, 349, 379, 397, 401, 419, 433, 439, 457, 461
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime@Range[120], JacobiSymbol[46, #] == -1 &] (* Vincenzo Librandi, Sep 09 2012 *)
PROG
(PARI) select(n->!issquare(Mod(46, n)), primes(100)) \\ Charles R Greathouse IV, Sep 09 2012
CROSSREFS
Sequence in context: A229947 A132247 A186811 * A356466 A168446 A275467
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 09 2012
STATUS
approved