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!)
A122166 Numbers n such that 1 + Sum k^k (k=1..n) is prime. 3
1, 52, 124, 431 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Primes of the form A001923[n] = Sum k^k (k=1..n) are given in A073826[n] and their indices are given in A073825[n] = {2,5,6,10,30,...}.
LINKS
MATHEMATICA
s=1; Do[s=s+k^k; If[PrimeQ[s], Print[{k, s}]], {k, 1, 500}]
CROSSREFS
Sequence in context: A327147 A346898 A120534 * A205221 A044303 A044684
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Aug 23 2006
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)