A059471 a(1) = 2; a(n+1) is obtained by trying to change just one digit of a(n), starting with the least significant digit, until a new prime is reached.
2, 3, 5, 7, 17, 11, 13, 19, 29, 23, 43, 41, 47, 37, 31, 61, 67, 97, 197, 191, 193, 199, 109, 101, 103, 107, 127, 137, 131, 139, 149, 179, 173, 113, 163, 167, 157, 151, 181, 281, 283, 223, 227, 229, 239, 233, 263, 269, 569, 563, 503, 509, 599, 593, 523, 521, 541, 547, 557
Offset: 1
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..17115 (full sequence)
- Reinhard Zumkeller, Why 3377464733 is the last term
- Reinhard Zumkeller, A Haskell program for A059471
Crossrefs
Extensions
More terms from David W. Wilson, Feb 05 2001
Keyword fini added by Reinhard Zumkeller, Apr 20 2011
Comments