login
A127889
Smallest n-digit right-truncatable prime.
4
2, 23, 233, 2333, 23333, 233993, 2339933, 23399339
OFFSET
1,1
COMMENTS
Agrees with A088603 for 8 terms, but this sequence ends there while A088603 continues.
Right-truncatable means that the integer part of successive divisions by 10 always yields primes (or zero). - M. F. Hasler, Nov 07 2018
LINKS
PROG
(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
CROSSREFS
KEYWORD
base,nonn,fini,full
AUTHOR
Ray Chandler, Feb 04 2007
STATUS
approved