OFFSET
1,1
COMMENTS
See A235126 for the corresponding primes whose base-10 representation is the base-17 representation of the terms here. - M. F. Hasler, Jan 05 2014
LINKS
Robert Price, Table of n, a(n) for n = 1..3754
EXAMPLE
The prime p = 37 is written 23 in base 17, and 23 is again a prime (when interpreted in base 10). Therefore p = 37 is a term of this sequence.
PROG
(PARI) is_A090713(p)=vecmax(d=digits(p, 17))<10&&isprime(vector(#d, i, 10^(#d-i))*d~)&&isprime(p) \\ - M. F. Hasler, Jan 05 2014
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Cino Hilliard, Jan 18 2004
EXTENSIONS
Edited by N. J. A. Sloane, Feb 07 2007, and by M. F. Hasler, Jan 03 2014
STATUS
approved