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.

A205719 Primes of the form Fibonacci(n) + 3.

Original entry on oeis.org

5, 11, 37, 613, 10949, 63245989, 679891637638612261, 7308805952221443105020355493, 13598018856492162040239554477268293, 453973694165307953197296969697410619233829
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Fibonacci[Range[1000]]+3, PrimeQ]