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!)
A158281 Prime numbers p such that prime = abs(smallest digit of p - sum of all the other digits of p). 1
2, 3, 5, 7, 13, 29, 31, 41, 47, 53, 61, 79, 83, 97, 101, 113, 131, 139, 151, 157, 193, 199, 211, 223, 227, 241, 263, 269, 311, 313, 331, 337, 353, 359, 373, 379, 397, 401, 409, 421, 443, 463, 487, 557, 571, 593, 599, 601, 607, 643, 661, 683, 733, 739, 751, 773 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
13(2=abs(1-3)), 29(7=abs(2-9)), 31(2=3-1)
MATHEMATICA
sdsodQ[n_]:=Module[{sidn=Sort[IntegerDigits[n]]}, PrimeQ[Abs[sidn[[1]]-Total[Rest[sidn]]]]]; Select[Prime[Range[150]], sdsodQ] (* Harvey P. Dale, Feb 01 2015 *)
CROSSREFS
Sequence in context: A096177 A075238 A346408 * A115261 A063792 A270391
KEYWORD
nonn,base
AUTHOR
Juri-Stepan Gerasimov, Mar 15 2009, May 25 2009
EXTENSIONS
Single-digit primes added, duplicates of 421 and 443 removed - R. J. Mathar, May 19 2010
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)