The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A277284 Prime-indexed primes p such that Fibonacci(p) is prime. 2

%I #65 Sep 12 2019 09:04:42

%S 3,5,11,17,83,431,509,130021,148091,433781

%N Prime-indexed primes p such that Fibonacci(p) is prime.

%C Intersection of A006450 and A083668. - _Michel Marcus_, Oct 21 2016

%F a(n) = prime(A277575(n)).

%F a(n) = prime(prime(A122534(n)).

%e 17 = A000040(7), with 7 itself being a prime, and A000045(17) = 1597, a prime, thus 17 is included in this sequence.

%t Select[Prime[Prime[Range[37000]]],PrimeQ[Fibonacci[#]]&] (* _Harvey P. Dale_, Sep 12 2019 *)

%o (PARI) isok(p) = isprime(p) && isprime(primepi(p)) && isprime(fibonacci(p)); \\ _Michel Marcus_, Oct 21 2016

%Y Cf. A000040, A000045, A006450, A083668, A122534, A277575.

%K nonn,hard,more

%O 1,1

%A _Bobby Jacobs_, Oct 21 2016

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 June 15 19:43 EDT 2024. Contains 373410 sequences. (Running on oeis4.)