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.

A363535 Indices of records in A363533.

Original entry on oeis.org

1, 3, 7, 25, 43, 139, 227, 263, 727, 2463, 3541
Offset: 1

Views

Author

Pontus von Brömssen, Jun 09 2023

Keywords

Comments

a(12) = 9043 unless A363533(9043) = -1.

Crossrefs

Programs

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