A023354 Primes that remain prime through 5 iterations of function f(x) = 9x + 8.
4099, 8117, 9587, 36899, 73061, 75527, 214771, 240197, 350219, 385709, 453199, 483649, 501029, 556607, 575119, 616991, 701497, 724597, 880067, 961069, 1230311, 1342501, 1376197, 1558811, 1566847, 1613707, 2450779, 2483711, 2536379, 2598157
Offset: 1
Keywords
Links
- John Cerkan, Table of n, a(n) for n = 1..10000
Programs
-
Magma
[n: n in [1..19000000] | IsPrime(n) and IsPrime(9*n+8) and IsPrime(81*n+80) and IsPrime(729*n+728) and IsPrime(6561*n+6560) and IsPrime(59049*n+59048)] // Vincenzo Librandi, Aug 05 2010
Comments