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.

This page as a plain text file.
%I A069109 #36 Feb 24 2024 01:02:41
%S A069109 2,13,971,121367,317783,3416454622906631,
%T A069109 3807901929474025356630904133903,757791618667731139247631372099907
%N A069109 Primes of the form F(k)-k where F(k) is the k-th Fibonacci number.
%C A069109 a(9) is a 169-digit certified prime (Primo). - _Rick L. Shepherd_, Apr 26 2002
%H A069109 Charles R Greathouse IV, <a href="/A069109/b069109.txt">Table of n, a(n) for n = 1..13</a>
%F A069109 A065220 INTERSECT A000040. - _R. J. Mathar_, Apr 24 2017
%F A069109 a(n) = A065220(A270821(n)). - _Amiram Eldar_, Jun 04 2022
%t A069109 Select[Table[Fibonacci[k] - k, {k, 1, 160}], PrimeQ] (* _Amiram Eldar_, Jun 04 2022 *)
%o A069109 (PARI) for(n=1, 4036, if(ispseudoprime(t=fibonacci(n)-n), print1(t", "))); \\ _Charles R Greathouse IV_, Feb 17 2011
%Y A069109 Cf. A000045, A065220, A270821.
%K A069109 nonn
%O A069109 1,1
%A A069109 _Benoit Cloitre_, Apr 06 2002