login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A188933
Continued fraction of sqrt(7)+sqrt(8).
1
5, 2, 9, 5, 2, 687, 6, 4, 1, 2, 2, 1, 2, 3, 1, 1, 1, 1, 1, 317, 19, 1, 1, 1, 6, 3, 8, 11, 10, 7, 1, 1, 5, 2, 1, 14, 1, 35, 6, 6, 1, 7, 2, 4, 1, 3, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 4, 2, 84, 1, 3, 1, 6, 2, 1, 1, 2, 3, 1, 1, 7, 1, 4, 1, 31, 9, 1, 3, 9, 7, 1, 3, 1, 1, 3, 1, 1, 62, 12, 1, 24, 2, 1, 4, 1, 2, 1, 2, 2, 1, 1, 1, 1, 2, 3, 1, 3, 1, 10, 1, 1, 1, 14, 1, 1, 1, 2, 4, 1
OFFSET
0,1
COMMENTS
For a geometric interpretation, see A188640 and A188932.
EXAMPLE
sqrt(7)+sqrt(8)=[5,2,9,5,2,687,6,4,1,2,2,1,2,3,1,1,1,1,1,...].
MATHEMATICA
r = 28^(1/2); t = (r + (4 + r^2)^(1/2))/2; FullSimplify[t]
N[t, 130]
RealDigits[N[t, 130]][[1]]
ContinuedFraction[t, 120]
CROSSREFS
Cf. A188932 (decimal expansion).
Sequence in context: A065262 A198738 A051356 * A306648 A255655 A358516
KEYWORD
nonn,cofr
AUTHOR
Clark Kimberling, Apr 13 2011
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 08 2024
STATUS
approved