A138367 Count of post-period decimal digits up to which the rounded n-th convergent to sqrt(5) agrees with the exact value.
0, 2, 4, 5, 6, 7, 8, 10, 8, 12, 14, 14, 16, 18, 19, 20, 21, 23, 24, 24, 26, 28, 29, 30, 31, 33, 33, 34, 35, 37, 39, 40, 41, 42, 44, 44, 46, 47, 48, 49, 51, 53, 53, 55, 56, 57, 59, 60, 60, 61, 64, 65, 66, 68, 69, 70, 72, 73, 74, 75, 76, 77, 79, 80, 81, 83, 83, 85, 85, 88, 89, 90, 91, 92
Offset: 1
Examples
For n=3, the 3rd convergent is 161/72 = 2.236111111..., with a sequence of rounded representations 2, 2.2, 2.24, 2.236, 2.2361, 2.23611, 2.236111, 2.2361111 etc. Rounded to 1, 2, 3, or 4 post-period decimal digits, this is the same as the rounded version of the exact sqrt(5), but disagrees if both are rounded to 5 decimal digits, where 2.23607 <> 2.23611. So a(3) = 4 (digits), the maximum rounding level of agreement.
Extensions
Definition and values replaced as defined via continued fractions by R. J. Mathar, Oct 01 2009
Comments