OFFSET
1,1
COMMENTS
This is a subsequence of A106865 but it is an important sequence in its own right.
This may actually be the same sequence as A122870, I did not check. If it is, I will merge the two entries.
(a(n) = A122870(n) at least up to n <= 8800. - R. J. Mathar, Sep 25 2012)
REFERENCES
David A. Cox, "Primes of the Form x^2 + n y^2", Wiley, 1989; see p. 33.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{3, 7}, Mod[#, 20]]&] (* Vincenzo Librandi, Jan 06 2013 *)
PROG
(Magma) [p: p in PrimesUpTo(1500) | p mod 20 in [3, 7]]; // Vincenzo Librandi, Jan 06 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Sep 20 2012
STATUS
approved