A089078 Continued fraction for sqrt(2) + sqrt(3).
3, 6, 1, 5, 7, 1, 1, 4, 1, 38, 43, 1, 3, 2, 1, 1, 1, 1, 2, 4, 1, 4, 5, 1, 5, 1, 7, 22, 2, 5, 1, 1, 2, 1, 1, 31, 2, 1, 1, 3, 1, 44, 1, 89, 1, 8, 5, 2, 5, 1, 1, 4, 2, 8, 1, 17, 1, 4, 3, 4, 3, 2, 1, 1, 4, 2, 1, 9, 1, 15, 13, 1, 39, 20, 2, 152, 3, 2, 4, 1, 30, 1, 3, 1, 2, 1, 2, 16, 3, 24, 1, 9, 1, 172, 3, 1, 1
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..5000
- G. Xiao, Contfrac
Crossrefs
Cf. A135611.
Programs
-
Mathematica
r = 8^(1/2); t = (r + (4 + r^2)^(1/2))/2; FullSimplify[t] N[t, 130] RealDigits[N[t, 130]][[1]] ContinuedFraction[t, 120] ContinuedFraction[Sqrt[2]+Sqrt[3],100] (* Harvey P. Dale, Aug 17 2019 *)
-
PARI
contfrac(sqrt(2)+sqrt(3)) \\ Michel Marcus, Mar 12 2017
Comments