A277575 Primes p such that Fibonacci(prime(p)) is prime.
2, 3, 5, 7, 23, 83, 97, 12161, 13681, 36467
Offset: 1
Crossrefs
Programs
-
PARI
isok(p) = isprime(p) && isprime(fibonacci(prime(p))); \\ Michel Marcus, Oct 22 2016
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
isok(p) = isprime(p) && isprime(fibonacci(prime(p))); \\ Michel Marcus, Oct 22 2016
Comments