A091631 Next prime associated with A091628.
29, 227, 2237, 22229, 222247, 2222239, 22222253, 222222227, 2222222243, 22222222273, 222222222301, 2222222222243, 22222222222229, 222222222222227, 2222222222222281, 22222222222222301, 222222222222222281
Offset: 1
Examples
a(1) = nextprime(23+1) = 29.
Links
- Carlos Rivera's Prime Puzzles and Problems Connection, Puzzle 251, Pointer primes
Programs
-
PARI
a(n) = nextprime((10^(n+1) - 1)/9*2 + 2); \\ Michel Marcus, Mar 18 2018
Extensions
Edited and extended by Ray Chandler, Feb 07 2004
Comments