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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158075 Prime numbers p such that the largest digit of p - the smallest digit of p is prime. 0
13, 29, 31, 41, 47, 53, 61, 79, 83, 97, 103, 107, 113, 131, 163, 181, 227, 229, 239, 241, 257, 269, 277, 281, 293, 307, 311, 313, 331, 353, 383, 421, 431, 449, 457, 461, 463, 467, 479, 499, 503, 523, 547, 557, 563, 577, 587, 607, 613, 631, 641, 643, 647, 653 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

13 (3-1=2), 29 (9-2=7), 31 (3-1=2), 47 (7-4=3), 53 (5-3=2), etc.

MAPLE

a := proc (n) local nn, nnn: nn := convert(ithprime(n), base, 10): nnn := seq(nn[j], j = 1 .. nops(nn)): if isprime(max(nnn)-min(nnn)) = true then ithprime(n) else end if end proc: seq(a(n), n = 1 .. 150); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 01 2009]

CROSSREFS

Sequence in context: A018974 A018955 A087593 * A087594 A088909 A096451

Adjacent sequences:  A158072 A158073 A158074 * A158076 A158077 A158078

KEYWORD

nonn,base,less

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Mar 12 2009

EXTENSIONS

Missing terms (61,281,449,457,461,463,467,479,727,757,769) added by Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 01 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 14 23:53 EST 2012. Contains 205689 sequences.