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!)
A131959 Numbers k such that 1 + Product_{j=1..k} prime(j)^prime(k-j+1) is prime. 1

%I #8 Jan 09 2021 09:56:37

%S 1,2,3,8

%N Numbers k such that 1 + Product_{j=1..k} prime(j)^prime(k-j+1) is prime.

%C A131958 gives the corresponding primes.

%e 1 + (2^5)*(3^3)*(5^2) = 21601 is the prime for the term 3.

%o (PARI) isok(k) = isprime(1 + prod(j=1, k, prime(j)^prime(k-j+1))); \\ _Michel Marcus_, Jan 09 2021

%Y Cf. A131958.

%K hard,nonn,more

%O 1,2

%A _Rick L. Shepherd_, Aug 01 2007

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)