cp's OEIS Frontend

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.

A277575 Primes p such that Fibonacci(prime(p)) is prime.

Original entry on oeis.org

2, 3, 5, 7, 23, 83, 97, 12161, 13681, 36467
Offset: 1

Views

Author

Bobby Jacobs, Oct 20 2016

Keywords

Comments

Suggested by Alexander Adamchuk in A122534.

Crossrefs

Programs

  • PARI
    isok(p) = isprime(p) && isprime(fibonacci(prime(p))); \\ Michel Marcus, Oct 22 2016

Formula

a(n) = prime(A122534(n)).
a(n) = PrimePi(A277284(n)).