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!)
A179056 Numbers k such that prime(1)^1 + prime(2)^2 + ... + prime(k)^k is prime. 0

%I #18 Mar 23 2023 03:18:59

%S 1,2,8,6402

%N Numbers k such that prime(1)^1 + prime(2)^2 + ... + prime(k)^k is prime.

%C The number corresponding to k=6402 is a probable prime. There is no further term up to 9435.

%C There is no further term up to 12600. - _Michael S. Branicky_, Mar 22 2023

%e prime(1)^1 + prime(2)^2 + ... + prime(8)^8 = 17398892111 is prime, so 8 is in the sequence.

%t Select[Range[1, 100], PrimeQ[Sum[Prime[i]^i, {i, 1, #}]] &] (* _Julien Kluge_, Dec 03 2016 *)

%Y Cf. A087480.

%K hard,more,nonn

%O 1,2

%A _Farideh Firoozbakht_, Jun 27 2010

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.)