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.

A059709 Numbers k such that A003266(k) - 1 is prime.

Original entry on oeis.org

4, 5, 6, 7, 8, 14, 15
Offset: 1

Views

Author

Robert G. Wilson v, Feb 07 2001

Keywords

Comments

The a(n)-th almost-Fibonorial number is prime.
If it exists, a(8) > 1300. - Michael S. Branicky, Aug 17 2024

Crossrefs

Programs

  • Mathematica
    a = 1; Do[ a = a*Fibonacci[n]; If[ PrimeQ[a - 1], Print[n] ], {n, 1, 247} ]

Extensions

Definition corrected by Daniel Forgues, Nov 29 2009
Name edited by Michel Marcus, Jan 17 2024