OFFSET
1,1
COMMENTS
Primes that are congruent to 3, 17, 21, 27, 29, 31, 33, or 39 mod 40. - Amiram Eldar, Nov 17 2023
Primes p such that the Legendre symbol (-10/p) = -1, i.e., -10 is not a square modulo p. - Jianing Song, Oct 23 2024
LINKS
MAPLE
Load the Maple program HH given in A296920. Then run HH(-10, 200); This produces A155488, A296925, A293859. - N. J. A. Sloane, Dec 26 2017
MATHEMATICA
Select[Prime[Range[127]], KroneckerSymbol[-10, #] == -1 &] (* Amiram Eldar, Nov 17 2023 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 26 2017
STATUS
approved