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-5 of 5 results.

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

A268059 a(n) is the number of k such that A268057(n, k) = A268058(n).

Original entry on oeis.org

1, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 4, 4, 2, 1, 1, 1, 1, 1, 2, 5, 1, 4, 2, 3, 5, 2, 1, 3, 2, 1, 1, 2, 5, 1, 4, 3, 1, 5, 2, 1, 1, 1, 1, 3, 1, 2, 1, 3, 2, 4, 1, 1, 2, 3, 2, 6, 2, 3, 1, 2, 1, 2, 1, 1, 1, 1, 6, 7, 5, 2, 7, 1, 5, 1, 2, 3, 10, 3, 2, 2, 2, 4, 2
Offset: 1

Views

Author

Peter Kagey, Jan 25 2016

Keywords

Crossrefs

A268060 Least k such that A268057(n, k) = A268058(n).

Original entry on oeis.org

1, 1, 2, 3, 3, 4, 4, 5, 5, 6, 7, 7, 8, 9, 8, 9, 10, 11, 12, 13, 13, 14, 14, 13, 16, 15, 16, 17, 16, 17, 20, 19, 20, 25, 22, 22, 21, 24, 22, 23, 24, 23, 27, 28, 29, 29, 30, 29, 31, 32, 31, 33, 32, 32, 36, 33, 35, 35, 34, 34, 37, 39, 38, 41, 41, 40, 43, 43, 44
Offset: 1

Views

Author

Peter Kagey, Jan 25 2016

Keywords

Comments

a(n) > n/2 for all n > 2.

Crossrefs

A269267 Indices k such that A107435(k) != A268057(k).

Original entry on oeis.org

31, 33, 59, 62, 71, 73, 83, 86, 94, 102, 109, 116, 126, 127, 129, 130, 142, 143, 146, 147, 158, 160, 164, 166, 176, 178, 179, 182, 183, 185, 193, 199, 201, 207, 218, 223, 236, 239, 245, 248, 257, 259, 261, 262, 263, 266, 267, 268, 270, 272, 281, 283, 285, 286
Offset: 1

Views

Author

Peter Kagey, Feb 24 2016

Keywords

Crossrefs

Complement of A269331.

A269331 Indices k such that A107435(k) = A268057(k).

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 72
Offset: 1

Views

Author

Peter Kagey, Feb 23 2016

Keywords

Crossrefs

Complement of A269267.
Showing 1-5 of 5 results.