A188656 Decimal expansion of (1+sqrt(65))/8.
1, 1, 3, 2, 7, 8, 2, 2, 1, 8, 5, 3, 7, 3, 1, 8, 7, 0, 6, 5, 4, 5, 8, 2, 6, 6, 5, 3, 7, 8, 7, 9, 7, 1, 3, 9, 1, 3, 9, 1, 7, 9, 9, 5, 3, 8, 2, 0, 1, 0, 7, 1, 6, 7, 3, 4, 9, 2, 0, 7, 4, 0, 4, 8, 6, 5, 7, 9, 8, 4, 3, 6, 8, 8, 7, 8, 2, 1, 1, 0, 2, 5, 3, 7, 0, 0, 1, 9, 2, 8, 3, 3, 3, 9, 6, 5, 3, 8, 3, 0, 4, 5, 4, 6, 8, 0, 3, 0, 8, 2, 6, 7, 4, 9, 3, 2, 3, 9, 0, 2, 6, 7, 1, 8, 5, 8, 1, 5, 1, 5
Offset: 1
Examples
length/width = 1.13278221853731870654582665....
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
- Clark Kimberling, A Visual Euclidean Algorithm, The Mathematics Teacher 76 (1983) 108-109.
Programs
-
Mathematica
RealDigits[(1 + Sqrt[65])/8, 10, 111][[1]] (* Robert G. Wilson v, Aug 19 2011 *)
Comments