login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A155777 Primes with largest digit prime. 0
2, 3, 5, 7, 13, 17, 23, 31, 37, 47, 53, 67, 71, 73, 103, 107, 113, 127, 131, 137, 151, 157, 167, 173, 211, 223, 227, 233, 251, 257, 271, 277, 307, 311, 313, 317, 331, 337, 347, 353, 367, 373, 457, 467, 503, 521, 523, 541, 547, 557, 571, 577, 607, 617, 647, 673 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Prime digits are 2, 3, 5 or 7.

EXAMPLE

2=a(1), 3=a(2), 5=a(3), 7=a(4), 11(1=1=nonprime), 13(1<3=prime)=a(5), 17(1<7=prime)=a(6), 19(1<9=nonprime), 23(2<3=prime)=a(7), etc.

MAPLE

ldig := proc(n) max(op(convert(n, base, 10))) ; end: for n from 1 to 800 do p := ithprime(n) ; if isprime(ldig(p)) then printf("%d, ", p) ; fi; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 13 2009]

CROSSREFS

Cf. A000040.

Sequence in context: A163998 A197299 A089438 * A067905 A042993 A033664

Adjacent sequences:  A155774 A155775 A155776 * A155778 A155779 A155780

KEYWORD

nonn,base

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Jan 27 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 03:44 EST 2012. Contains 205860 sequences.