OFFSET
1,1
COMMENTS
Right-truncatable means that the integer part of successive divisions by 10 always yields primes (or zero). - M. F. Hasler, Nov 07 2018
LINKS
I. O. Angell and H. J. Godwin, On Truncatable Primes, Math. Comput. 31, 265-267, 1977.
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