login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129693 Right truncatable primes in base 9 (written in decimal form). 1
2, 3, 5, 7, 19, 23, 29, 31, 47, 53, 67, 71, 173, 179, 211, 263, 269, 281, 283, 431, 479, 607, 641, 643, 647, 1559, 1613, 1619, 1901, 1907, 2371, 2423, 2531, 2549, 2551, 3881, 5471, 5791, 5827, 14033, 14519, 17117, 17167, 21341, 21347, 22783, 22787, 22943 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There are exactly 68 right truncatable primes in base 9.
LINKS
I. O. Angell, and H. J. Godwin, On Truncatable Primes, Math. Comput. 31, 265-267, 1977.
Eric Weisstein's World of Mathematics, Truncatable Prime.
MAPLE
Extend:= proc(n) op(select(isprime, [seq(9*n+k, k=1..8)])) end proc:
S:= {}: Agenda:= {2, 3, 5, 7}:
while Agenda <> {} do
S:= S union Agenda;
Agenda:= map(Extend, Agenda);
od:
sort(convert(S, list)); # Robert Israel, Mar 25 2018
CROSSREFS
Sequence in context: A000519 A088732 A336446 * A153590 A360041 A360040
KEYWORD
nonn,base,fini,full
AUTHOR
Martin Renner, Jun 01 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 27 12:56 EDT 2024. Contains 373744 sequences. (Running on oeis4.)