OFFSET
2,1
COMMENTS
Successive fractions are 2/1,2/1,3/2,2/1,2/1,3/2,4/3,5/4,2/1,3/2,4/3,3/2,2/1 a(n) is frequently A054482(n)+1, though not for example for n=26.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 2..10000
Michael De Vlieger, Logarithmic scatterplot of a(n)/A054482(n), n = 2..4096.
MATHEMATICA
s = Import["https://oeis.org/A002182/b002182.txt", "Data"][[All, -1]]; Array[Numerator[s[[# + 1]]/s[[#]]] &, 120] ] (* Michael De Vlieger, Oct 11 2023 *)
CROSSREFS
KEYWORD
easy,nonn,frac
AUTHOR
Henry Bottomley, Mar 31 2000
EXTENSIONS
More terms from Jud McCranie, Jun 11 2005
STATUS
approved