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.

A343256 Difference between prime(Fibonacci(n+1)) and prime(Fibonacci(n)).

Original entry on oeis.org

0, 1, 2, 6, 8, 22, 32, 66, 118, 204, 366, 644, 1120, 1902, 3300, 5676, 9690, 16620, 28152, 47900, 80856, 136546, 230754, 387570, 651932, 1093174, 1832286, 3065822, 5122932, 8557788, 14272702, 23779968, 39592890, 65860910, 109471248, 181821502, 301795112
Offset: 1

Views

Author

Paolo Xausa, Apr 09 2021

Keywords

Crossrefs

Cf. A000040 (primes), A000045 (Fibonacci), A030427.

Programs

Formula

a(n) = prime(Fibonacci(n+1)) - prime(Fibonacci(n)).
a(n) = A030427(n+1) - A030427(n).