A088362 Numbers k such that k^4096 + 1 is prime (a generalized Fermat prime).
1, 1534, 7316, 17582, 18224, 28234, 34954, 41336, 48824, 51558, 51914, 57394, 61686, 62060, 89762, 96632, 98242, 100540, 101578, 109696, 110540, 114690, 125440, 125442, 127596, 138068, 144362, 154908, 157310, 161822, 161900, 166224
Offset: 1
Keywords
Links
- Jeppe Stig Nielsen, Table of n, a(n) for n = 1..10000
- Yves Gallot, Generalized Fermat Prime Search.
- Jeppe Stig Nielsen, All terms up to 2*10^9 (from a distributed search)
- Jeppe Stig Nielsen, Generalized Fermat Primes sorted by base.
- 'stream', GFN-12 Final Statistic.
- Eric Weisstein's World of Mathematics, Generalized Fermat Number.
Crossrefs
Programs
-
PARI
isA088362(n)=isprime(n^4096+1) \\ Michael B. Porter, Apr 22 2010