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!)
A095679 Numbers n such that n^2 + largest digit of n is prime. 0
1, 10, 21, 61, 65, 74, 76, 81, 87, 98, 110, 130, 176, 190, 230, 243, 270, 274, 285, 298, 322, 374, 403, 423, 470, 472, 474, 483, 490, 504, 534, 552, 585, 598, 605, 611, 670, 698, 716, 730, 734, 744, 752, 754, 783, 807, 825, 837, 855, 890, 902, 910, 922, 952 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(5) = 65 because 65^2 + 6 = 4231, a prime.
MATHEMATICA
Select[Range[1000], PrimeQ[#^2 + Max[IntegerDigits[#]]] &] (* Harvey P. Dale, Jan 13 2011 *)
CROSSREFS
Cf. A054055.
Sequence in context: A231966 A156592 A045973 * A095192 A356761 A096564
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Jul 13 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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)