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.

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

Original entry on oeis.org

2, 13, 971, 121367, 317783, 3416454622906631, 3807901929474025356630904133903, 757791618667731139247631372099907
Offset: 1

Views

Author

Benoit Cloitre, Apr 06 2002

Keywords

Comments

a(9) is a 169-digit certified prime (Primo). - Rick L. Shepherd, Apr 26 2002

Crossrefs

Programs

  • Mathematica
    Select[Table[Fibonacci[k] - k, {k, 1, 160}], PrimeQ] (* Amiram Eldar, Jun 04 2022 *)
  • PARI
    for(n=1, 4036, if(ispseudoprime(t=fibonacci(n)-n), print1(t", "))); \\ Charles R Greathouse IV, Feb 17 2011

Formula

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