A127889 Smallest n-digit right-truncatable prime.
2, 23, 233, 2333, 23333, 233993, 2339933, 23399339
Offset: 1
Links
- I. O. Angell and H. J. Godwin, On Truncatable Primes, Math. Comput. 31, 265-267, 1977.
- Index entries for sequences related to truncatable primes
Programs
-
PARI
A127889=vector(8, n, p=concat(apply(t->primes([t, t+1]*10), if(n>1, p))); p[1]) \\ M. F. Hasler, Nov 07 2018
Comments