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!)
A108303 Numbers n such that concatenating n and the sum of the digits of n raised to their own power (A045503) produces a prime. 0
1, 34, 41, 43, 52, 60, 67, 85, 101, 110, 113, 122, 126, 128, 146, 148, 150, 155, 168, 175, 184, 186, 191, 202, 208, 212, 234, 241, 252, 267, 287, 300, 355, 397, 404, 423, 432, 445, 469, 511, 602, 606, 620, 627, 634, 641, 656, 680, 685, 750, 762, 793, 806, 919 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
2^2560 produces a 782 digit prime (certified).
For purposes of this sequence, zero raised to the zero power = 1. - Harvey P. Dale, Feb 16 2020
LINKS
EXAMPLE
a(5)=52 because 5^5 + 2^2 = 3129 and 523129 is prime.
MATHEMATICA
cnsdQ[n_]:=Module[{idn=IntegerDigits[n]/.(0->1), c}, c=Total[idn^idn]; PrimeQ[n*10^IntegerLength[c]+c]]; Select[Range[1000], cnsdQ] (* Harvey P. Dale, Feb 16 2020 *)
CROSSREFS
Cf. A045503.
Sequence in context: A296096 A337695 A045044 * A062695 A107730 A320703
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Jun 29 2005
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)