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.

A268058 Maximum value of n-th row of A268057.

Original entry on oeis.org

1, 1, 2, 2, 3, 2, 3, 3, 3, 3, 5, 3, 4, 4, 3, 3, 5, 4, 6, 4, 4, 5, 6, 3, 5, 4, 5, 4, 5, 4, 6, 4, 5, 6, 7, 4, 5, 6, 5, 4, 6, 4, 6, 5, 5, 7, 8, 4, 7, 5, 6, 5, 9, 5, 6, 5, 6, 6, 8, 4, 7, 6, 6, 5, 7, 5, 8, 7, 7, 7, 6, 4, 6, 6, 5, 7, 7, 6, 8, 5, 5, 6, 9, 5, 6, 6, 7
Offset: 1

Views

Author

Peter Kagey, Jan 25 2016

Keywords

Crossrefs

Programs

  • PARI
    P(a,b)=my(n); while(b, b=a%b; n++); n
    a(n)=my(t=1); for(b=2,n-1, t=max(P(n,b),t)); t \\ Charles R Greathouse IV, Nov 26 2016

Formula

Chase & Pandey prove that a(n) = O(n^e) for any e > 19/59 = 0.322..., improving on Kešelj, Erdős & Shallit, and Shallit. - Charles R Greathouse IV, Jan 13 2023