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!)
A164932 Prime numbers in which the sum of the largest digit and the smallest digit is also a prime. 1
11, 23, 29, 41, 43, 47, 61, 67, 83, 89, 103, 107, 163, 211, 223, 229, 233, 239, 241, 269, 293, 307, 383, 421, 431, 433, 443, 449, 457, 461, 467, 479, 499, 503, 523, 547, 587, 607, 613, 631, 641, 647, 661, 677, 683, 701, 829, 853, 857, 863, 883, 929, 947 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If there is more than one digit with the same value (like in 211) only one is counted.
LINKS
EXAMPLE
The sum of the largest digit and the smallest digit in the prime 947 is also a prime.
MATHEMATICA
sldsdQ[n_]:=Module[{idn=IntegerDigits[n]}, PrimeQ[Min[idn]+Max[idn]]]; Select[Prime[Range[200]], sldsdQ] (* Harvey P. Dale, Jul 17 2018 *)
CROSSREFS
Sequence in context: A109981 A091367 A088136 * A086244 A091939 A072185
KEYWORD
base,nonn
AUTHOR
Parthasarathy Nambi, Aug 31 2009
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 April 24 16:25 EDT 2024. Contains 371961 sequences. (Running on oeis4.)