A139924 Primes of the form 8x^2+8xy+41y^2.
41, 89, 137, 281, 353, 401, 449, 593, 617, 761, 929, 977, 1097, 1217, 1289, 1409, 1553, 1601, 1697, 1721, 1913, 2153, 2273, 2633, 2657, 2777, 2801, 2897, 2969, 3089, 3209, 3257, 3593, 3833, 3881, 4049, 4217, 4337, 4409, 4457, 4649, 4673
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
-
Magma
[ p: p in PrimesUpTo(6000) | p mod 312 in [41, 89, 137, 161, 281, 305]]; // Vincenzo Librandi, Aug 01 2012
-
Mathematica
QuadPrimes2[8, -8, 41, 10000] (* see A106856 *)
Formula
The primes are congruent to {41, 89, 137, 161, 281, 305} (mod 312).
Comments