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
1, 2, 3, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A131958 gives the corresponding primes.
LINKS
EXAMPLE
1 + (2^5)*(3^3)*(5^2) = 21601 is the prime for the term 3.
PROG
(PARI) isok(k) = isprime(1 + prod(j=1, k, prime(j)^prime(k-j+1))); \\ Michel Marcus, Jan 09 2021
CROSSREFS
Cf. A131958.
Sequence in context: A201363 A088332 A357064 * A202688 A021046 A138180
KEYWORD
hard,nonn,more
AUTHOR
Rick L. Shepherd, Aug 01 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 May 11 07:10 EDT 2024. Contains 372388 sequences. (Running on oeis4.)