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

A038888
Primes p such that 15 is not a square mod p.
4
13, 19, 23, 29, 31, 37, 41, 47, 73, 79, 83, 89, 97, 101, 107, 139, 149, 151, 157, 167, 193, 199, 211, 227, 263, 269, 271, 277, 281, 313, 331, 337, 347, 373, 379, 383, 389, 397, 401, 433, 439, 443, 449, 457, 461
OFFSET
1,1
COMMENTS
Subset of A040136.
Also primes p such that p divides 5^(p-1)/2 + 3^(p-1)/2. - Cino Hilliard, Sep 06 2004
LINKS
MATHEMATICA
Select[Prime@Range[120], JacobiSymbol[15, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A071621 A240565 A160951 * A191020 A180545 A113017
KEYWORD
nonn
AUTHOR
STATUS
approved