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.

A363534 Records in A363533.

Original entry on oeis.org

1, 3, 9, 18, 48, 60, 540, 1998, 2844, 3045, 39753
Offset: 1

Views

Author

Pontus von Brömssen, Jun 09 2023

Keywords

Crossrefs

Programs

  • Mathematica
    Union@ FoldList[Max, Array[(k = 1; While[! PrimeQ[# Fibonacci[k] + 1], k++]; k) &, 3000]] (* Michael De Vlieger, Jun 10 2023 *)