login
This site is supported by donations 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. 2
1, 52, 124, 431 (list; graph; refs; listen; history; 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,...}.

MATHEMATICA

s=1; Do[s=s+k^k; If[PrimeQ[s], Print[{k, s}]], {k, 1, 500}]

CROSSREFS

Cf. A073825, A001923.

Sequence in context: A044239 A044620 A120534 * A176143 A205221 A044303

Adjacent sequences:  A122163 A122164 A122165 * A122167 A122168 A122169

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 23 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 17:13 EST 2012. Contains 205828 sequences.