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!)
A215533 Numbers n such that n^s(n) + 1 is a prime, where s(n) is the sum of the digits of n. 0
1, 2, 4, 10, 20, 100, 110, 152, 220, 242, 736, 790, 800, 916, 1010, 1078, 1106, 1232, 1528, 1636, 1834, 2284, 2330, 2392, 2600, 3100, 3562, 3904, 4000, 4066, 4228, 4444, 4552, 5056, 6082, 6208, 6226, 7810, 8170, 8530, 9520 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
t = {}; Do[If[PrimeQ[(n^Total[IntegerDigits[n]]) + 1], AppendTo[t, n]], {n, 10000}]; t
Select[Range[10000], PrimeQ[#^Total[IntegerDigits[#]]+1]&] (* Harvey P. Dale, Aug 26 2019 *)
CROSSREFS
Sequence in context: A349430 A129211 A175204 * A128461 A011956 A371358
KEYWORD
nonn,base
AUTHOR
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)