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

Primes of form x^2+62*y^2.
2

%I #20 Aug 07 2014 11:44:58

%S 71,257,503,607,727,919,977,1087,1151,1217,1399,1433,1559,1583,1721,

%T 1783,2081,2087,2239,2273,2281,2521,2593,2663,2767,2857,3119,3457,

%U 3583,3593,3767,4049,4127,4217,4241

%N Primes of form x^2+62*y^2.

%D David A. Cox, "Primes of the Form x^2 + n y^2", Wiley, 1989.

%H Vincenzo Librandi and Ray Chandler, <a href="/A033240/b033240.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi]

%H N. J. A. Sloane et al., <a href="https://oeis.org/wiki/Binary_Quadratic_Forms_and_OEIS">Binary Quadratic Forms and OEIS</a> (Index to related sequences, programs, references)

%t QuadPrimes2[1, 0, 62, 10000] (* see A106856 *)

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_.