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.

Showing 1-1 of 1 results.

A053408 Numbers k such that A003266(k) + 1 is prime.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 22, 28
Offset: 1

Views

Author

G. L. Honaker, Jr., Jan 08 2000

Keywords

Comments

Next term > 300. - Joerg Arndt, Aug 16 2014
The corresponding primes are given in A053413. - Joerg Arndt, Aug 17 2014
If it exists, a(11) > 1100. - Robert Price, May 27 2019

Crossrefs

Programs

  • Mathematica
    Select[Range[30], PrimeQ[Fibonorial[#] + 1] &] (* Robert Price, May 26 2019 *)
  • PARI
    ff(n)=prod(i=1, n, fibonacci(i));
    for(n=1,10^6, if(ispseudoprime(ff(n)+1), print1(n,", "))); \\ Joerg Arndt, Aug 16 2014

Extensions

Definition edited by Daniel Forgues, Nov 29 2009
Edited definition, Joerg Arndt, Aug 17 2014
Showing 1-1 of 1 results.