Find the value of the 60th digit of n = 1 ∑ 6 0 6 0 n − 1 6 0 when written in base 60.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
we want deduction!
Log in to reply
I'm not sure what you mean. I'm happy to explain any part of the solution further if you ask a specific question, though.
just like 1 0 is the same as 9 . 9 9 9 . . . , we can write 6 0 as ( 5 9 ) . ( 5 9 ) ( 5 9 ) ( 5 9 ) . . . in base 6 0 , where the 5 9 in parenthesis is the digit 5 9 in base 6 0 , not the number 5 9 . That division in base 60 now becomes easy
Write the given expression in the expanded form as,
n = 1 ∑ 6 0 6 0 n − 1 6 0 = n = 1 ∑ 6 0 1 − 6 0 − n 6 0 1 − n = n = 1 ∑ 6 0 k = 1 ∑ ∞ ( 6 0 1 − n ⋅ 6 0 − n ( k − 1 ) ) = n = 1 ∑ 6 0 k = 1 ∑ ∞ 6 0 1 − n k = k = 1 ∑ ∞ n = 1 ∑ 6 0 6 0 1 − n k
We are interested in the value of the 6 0 th digit, which is here nothing but the coefficient of 6 0 − 5 9 in the expansion. If we can write n k = 6 0 for some positive integers n & k , there are exactly as many of these ( n , k ) as there are divisors of 6 0 = 2 2 ⋅ 3 ⋅ 5 , that is, 3 ⋅ 2 ⋅ 2 = 1 2 . Hence, the value of the 6 0 th digit of the given expression, when written in base 6 0 , is 1 2 . ■
Problem Loading...
Note Loading...
Set Loading...
Note that 6 0 n − 1 6 0 = k = 1 ∑ ∞ 6 0 n k − 1 1
Writing out the base- 6 0 expansions for the first few values of n , this is
6 0 − 1 6 0 6 0 2 − 1 6 0 6 0 3 − 1 6 0 = 1 . 1 1 1 1 1 … 6 0 = 0 . 1 0 1 0 1 … 6 0 = 0 . 0 1 0 0 1 … 6 0
We are interested in the 6 0 t h digit of the expansion, which is the 5 9 t h digit after the sexagesimal point. Each 6 0 n − 1 6 0 term contributes a 1 in this position if we can write 5 9 in the form n k − 1 for some positive integer k - that is, if we can write 6 0 = n k .
There are exactly as many of these n as there are divisors of 6 0 , that is, 1 2 , and because we are only adding 6 0 terms, there is no risk of interference from other digits; hence the answer is 1 2 .
These expansions work in any base; for example, the decimal expansions of 9 1 0 , 9 9 1 0 , and 9 9 9 1 0 match (in terms of digits) the expansions listed above.