OFFSET
1,1
COMMENTS
Terms are formed starting from single digit primes, in base 16, and extending successively with a further prime digit(s) so long as all new substrings are prime.
Following this procedure exhaustively shows the sequence is finite and complete.
LINKS
EXAMPLE
0x2B3 (691) is a term, because 2, 0xB (11), 3, 0x2B (43), 0xB3 (179), and 0x2B3 (691) are prime.
PROG
(Python) # see links
CROSSREFS
KEYWORD
base,easy,fini,full,nonn
AUTHOR
Yuri Urvantsev, Jun 08 2025
STATUS
approved
