A080991
Ratios of successive terms of A080989.
Original entry on oeis.org
4, 19, 421, 203461, 46882572661, 2460798973136286293701, 6713425293781487374296340087251890561890261, 49548081347487610687284649853537701683093220643723475323834248591924587627064854208741
Offset: 1
A080988
Define b by b(1) = 1 and for n>1, b(n) = b(n-1)+1/(3+1/b(n-1)); sequence gives numerator of b(n).
Original entry on oeis.org
1, 5, 115, 57155, 13457544835, 718532108172999980195, 1987460976488531436231264449305834729789315, 14835338180729281137836887250133924105479472089418750626398379615457041439472496214755
Offset: 1
The sequence begins 1, 5/4, 115/76, 57155/31996, 13457544835/6509938156, ...
-
NestList[#+1/(3+1/#)&,1,10]//Numerator (* Harvey P. Dale, Dec 13 2018 *)
-
a := 1; for i := 1:8 do write a := a+1/(3+1/a);
Showing 1-2 of 2 results.
Comments