OFFSET
1,2
COMMENTS
No other terms < 4.61 * 10^11.
EXAMPLE
MATHEMATICA
Block[{s = MapIndexed[First[#2]/#1 &, Rest@ Nest[Append[#, If[And[#3 > 0, FreeQ[#1, #3]], #3, #1[[-1]] + #2]] & @@ {#, Length@ #, #[[-1]] - Length@ #} &, {0}, 10^5]], t}, t = Union@ FoldList[Max, Rest@ s]; MapAt[# - 1 &, #, 1] &@ Map[FirstPosition[s, #][[1]] &, t]] (* Michael De Vlieger, Jan 01 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jud McCranie, Dec 31 2019
STATUS
approved