A106893 Primes of the form 3x^2-2xy+4y^2, with x and y nonnegative.
3, 5, 31, 59, 67, 71, 97, 137, 181, 223, 229, 251, 313, 353, 367, 383, 443, 449, 463, 467, 521, 619, 631, 641, 647, 653, 661, 691, 719, 727, 797, 829, 839, 947, 977, 1013, 1039, 1049, 1061, 1093, 1103, 1213, 1303, 1321, 1409, 1453, 1483, 1499, 1511
Offset: 1
Links
- Vincenzo Librandi and Ray Chandler, Table of n, a(n) for n = 1..10000 [First 1000 terms from Vincenzo Librandi]
- N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
Programs
-
Mathematica
QuadPrimes2[3, -2, 4, 10000] (* see A106856 *)
Comments