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.

A069108 Primes of the form F(k)+k where F(k) is the k-th Fibonacci number.

Original entry on oeis.org

2, 3, 5, 7, 29, 43, 317839, 3524611, 39088207
Offset: 1

Views

Author

Benoit Cloitre, Apr 06 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Table[Fibonacci[k] + k, {k, 1, 40}], PrimeQ] (* Amiram Eldar, Jun 04 2022 *)

Formula

A002062 INTERSECT A000040. - R. J. Mathar, Apr 24 2017
a(n) = A002062(A175404(n)). - Amiram Eldar, Jun 04 2022

Extensions

a(10), a 169-digit number, has been certified prime with Primo. - Rick L. Shepherd, Apr 26 2002
a(11), a 343-digit number, has been certified prime with Primo. - Charles R Greathouse IV, Feb 15 2011