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.

A355899 The successive gcd's arising in A355898.

Original entry on oeis.org

1, 1, 1, 1, 3, 1, 1, 3, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 5, 1, 1, 1, 1, 1, 11, 1, 3, 3, 3, 3, 3, 3, 1, 1, 3, 3, 1, 1, 1, 1, 1, 7, 17, 3, 1, 1, 3, 3, 3, 5, 1, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 71, 71, 5, 1, 1, 5, 1, 3, 1, 13, 3, 1, 5, 15, 1, 1, 5
Offset: 1

Views

Author

N. J. A. Sloane, Sep 03 2022

Keywords

Comments

A proof that this does not grow too rapidly would prove that A355898 diverges.

Crossrefs

Programs

  • Mathematica
    GCD @@@ Partition[Nest[Append[#1, #3 + Total[#2]/#3] & @@ {#1, #2, GCD @@ #2} & @@ {#, #[[-2 ;; -1]], GCD[#[[-2 ;; -1]]]} &, {1, 1}, 100], 2, 1] (* Michael De Vlieger, Sep 03 2022 *)