A102635 Skipping from prime to prime by least powers of 2 using 53 as the seed.
53, 61, 317, 349, 353, 134218081
Offset: 1
Keywords
Examples
53+2^3 = 61 is prime 134218081+2^392 is prime
Formula
a(1) = 53, a(n+1) = a(n) + 2^k; a(n+1) prime, k minimal.
Extensions
The next term is too large to include.
Comments