The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A096128 Numbers k with the property that reversing the digits and adding the largest digit produces a prime. 1
1, 10, 12, 16, 18, 27, 29, 34, 45, 49, 56, 67, 89, 100, 106, 108, 116, 120, 122, 128, 138, 146, 158, 160, 161, 163, 164, 180, 183, 207, 209, 217, 237, 239, 245, 251, 252, 254, 255, 267, 269, 270, 271, 273, 274, 289, 290, 293, 295, 296, 308, 316, 318, 340, 343 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
18 is a term because 81 + 8 = 89, a prime.
MATHEMATICA
rdQ[n_]:=Module[{idn=IntegerDigits[n]}, PrimeQ[FromDigits[Reverse[ idn]]+ Max[idn]]]; Select[Range[350], rdQ] (* Harvey P. Dale, Dec 22 2013 *)
CROSSREFS
Sequence in context: A057485 A162825 A107836 * A334939 A063192 A109604
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Jul 23 2004
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 May 23 04:26 EDT 2024. Contains 372758 sequences. (Running on oeis4.)