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

%I #6 Sep 03 2022 18:08:35

%S 1,3,5,11,17,71,579,2705

%N Records in A355899.

%t 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 *)

%Y Cf. A351871, A355898, A355899, A355900.

%K nonn,more

%O 1,2

%A _N. J. A. Sloane_, Sep 03 2022

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 September 30 17:50 EDT 2023. Contains 365792 sequences. (Running on oeis4.)