login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

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

%I #20 Aug 07 2014 10:53:41

%S 59,317,383,461,547,631,677,727,787,953,1511,1619,1823,2131,2293,2467,

%T 2647,2749,2837,2927,2969,3467,3659,3779,4001,4217,4391,4783,4933,

%U 5179,5297,5431,5563,5801,5807

%N Primes of form x^2+59*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="/A033238/b033238.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, 59, 10000] (* see A106856 *)

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_.