login

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

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

%I #20 Aug 07 2014 11:47:01

%S 101,269,389,601,641,701,1049,1069,1361,1481,1609,1741,1949,2029,2129,

%T 2341,2389,2521,2861,3181,3221,3301,3329,3389,3709,3761,3929,4021,

%U 4229,4241,4289,4421,4481,4549

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

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_.