A023312 Primes that remain prime through 4 iterations of function f(x) = 4x + 9.
883, 2857, 4073, 4663, 9311, 11131, 16493, 18257, 19541, 22063, 28687, 35837, 48383, 55817, 59393, 62131, 71387, 73037, 73133, 78173, 83423, 86111, 88261, 90511, 93287, 93811, 99377, 101051, 104537, 122203, 125927, 149497, 152377, 153941, 155653
Offset: 1
Keywords
Links
- John Cerkan, Table of n, a(n) for n = 1..10000
Programs
-
Magma
[n: n in [1..1000000] | IsPrime(n) and IsPrime(4*n+9) and IsPrime(16*n+45) and IsPrime(64*n+189) and IsPrime(256*n+765)] // Vincenzo Librandi, Aug 04 2010
Comments