login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A277575
Primes p such that Fibonacci(prime(p)) is prime.
2
2, 3, 5, 7, 23, 83, 97, 12161, 13681, 36467
OFFSET
1,1
COMMENTS
Suggested by Alexander Adamchuk in A122534.
FORMULA
a(n) = prime(A122534(n)).
a(n) = PrimePi(A277284(n)).
PROG
(PARI) isok(p) = isprime(p) && isprime(fibonacci(prime(p))); \\ Michel Marcus, Oct 22 2016
KEYWORD
nonn,hard,more
AUTHOR
Bobby Jacobs, Oct 20 2016
STATUS
approved