A295783 First differences of A293160.
0, 1, 1, 2, 2, 6, 7, 11, 17, 30, 40, 73, 109, 165, 269, 441, 675, 1076, 1671, 2699, 4256, 6726, 10585, 16969, 26524, 42386, 66979
Offset: 1
Links
- R. J. Mathar, The Kepler tree of reduced fractions, (2017).
Programs
-
Mathematica
Differences@ Map[Length@ Union@ Numerator@ # &, #] &@ Nest[Append[#, Flatten@ Map[{#1/(#1 + #2), #2/(#1 + #2)} & @@ {Numerator@ #, Denominator@ #} &, Last@ #]] &, {{1/1}, {1/2}}, 21] (* Michael De Vlieger, Apr 18 2018 *)
Extensions
a(25)-a(27) from Michael De Vlieger, Apr 18 2018
Comments