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!)
A265124 Integers n such that A002110(n) + A006450(n) is prime. 0
1, 2, 3, 4, 5, 6, 7, 12, 45, 64, 121, 144, 238, 261, 415, 2296, 2847 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Corresponding primes are 5, 11, 41, 227, 2341 and 30071.
1, 4, 64, 121, 144 are squares for initial terms of sequence. Are there any other squares in this sequence?
LINKS
EXAMPLE
a(1) = 1 because 2 + 3 = 5 is prime.
a(2) = 2 because 2*3 + 5 = 11 is prime.
a(3) = 3 because 2*3*5 + 11 = 41 is prime.
MATHEMATICA
Select[Range@ 500, PrimeQ[Product[Prime@ k, {k, #}] + Prime@ Prime@ #] &] (* Michael De Vlieger, Dec 02 2015 *)
PROG
(PARI) lista(nn) = {s = 1; for(k=1, nn, s *= prime(k); if(ispseudoprime(s + prime(prime(k))), print1(k, ", ")); ); }
CROSSREFS
Sequence in context: A173819 A165305 A125745 * A032990 A060810 A319723
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Dec 02 2015
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 September 14 21:48 EDT 2024. Contains 375929 sequences. (Running on oeis4.)