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!)
A130828 Primes p such that the sum of the digits of p^p is a prime. 0
5, 11, 19, 29, 37, 43, 89, 97, 113, 139, 269, 311, 337, 359, 367, 433 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Computed by Emeric Deutsch.
LINKS
EXAMPLE
For 5^5 = 625, 6 + 2 + 5 = 13, which is a prime.
MAPLE
sd := proc (n) options operator, arrow: add(convert(n, base, 10)[j], j = 1 .. nops(convert(n, base, 10))) end proc:
a := proc (n) if isprime(sd(ithprime(n)^ithprime(n))) = true then ithprime(n) else end if end proc:
seq(a(n), n = 1 .. 90); # Emeric Deutsch, Jul 19 2007
CROSSREFS
Sequence in context: A038872 A141158 A239732 * A244241 A108151 A209188
KEYWORD
nonn,base,less
AUTHOR
J. M. Bergot, Jul 17 2007
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 19:39 EDT 2024. Contains 371963 sequences. (Running on oeis4.)