OFFSET
1,2
COMMENTS
See A064622 for associated values of n.
No other terms < 4 * 10^12. - Jud McCranie, Dec 29 2019
EXAMPLE
A005132(7)=20, 20/7 = 2.857..., larger than the ratio for any smaller value of n.
MATHEMATICA
Block[{s = Nest[Append[#1, If[And[#3 > 0, FreeQ[#1, #3]], #3, #1[[-1]] + #2]] & @@ {#1, #2, #1[[-1]] - #2} & @@ {#, Length@ #} &, {0}, 200000], t}, t = MapIndexed[#1/First@ #2 &, s]; Rest@ Map[s[[FirstPosition[t, #][[1]] ]] &, Union@ FoldList[Max, t]] ] (* Michael De Vlieger, Dec 29 2019 *)
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Jud McCranie, Sep 26 2001
EXTENSIONS
Offset changed, a(19)-a(20) from Jud McCranie, Dec 28 2019
STATUS
approved