The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A355901 Records in A355899. 2
1, 3, 5, 11, 17, 71, 579, 2705 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nn = 2^16; j = k = r = 1; {1}~Join~Reap[Do[m = # + (j + k)/# &@ GCD[j, k]; If[# > r, r = #; Sow[r]] &[GCD[k, m]]; j = k; k = m, {n, 3, nn}]][[-1, -1]] (* Michael De Vlieger, Sep 03 2022 *)
CROSSREFS
Sequence in context: A101781 A101783 A078883 * A155990 A109556 A167675
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Sep 03 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)