3 3 3 ! + 4 4 4 ! + 5 5 5 ! + … + 9 9 9 ! + X X X !
Find the remainder (in decimal representation) when the number above is divided by 13 in base 10.
Note: X = 1 0 .
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.
Nice question, but be careful with your calculations.
For completeness's sake, here's a proof of statement ( ∗ ) by induction.
Clearly, the identity is true for n = 1 . Now, assume k = 1 ∑ n − 1 k × k ! = n ! − 1 for some n . Then, we observe that
k = 1 ∑ n k × k ! = n × n ! + k = 1 ∑ n − 1 k × k ! = n × n ! + n ! − 1
= n ! ( n + 1 ) − 1 = ( n + 1 ) ! − 1
This completes our induction.
Log in to reply
A direct proof would be to use telescopy.
k = 1 ∑ n k × k ! = k = 1 ∑ n ( k + 1 − 1 ) × k ! = k = 1 ∑ n ( ( k + 1 ) ! − k ! ) = ( n + 1 ) ! − 1 ! = ( n + 1 ) ! − 1
your value of k = 1 ∑ 1 0 k = 4 5 is wrong, it should be 55. Your final answer should be 8.
Log in to reply
I've been on a careless streak lately... :( Sorry about that.
Problem Loading...
Note Loading...
Set Loading...
We first convert the sum into sigma form:
3 3 3 ! + 4 4 4 ! + 5 5 5 ! + … + 9 9 9 ! + X X X ! = k = 3 ∑ 1 0 k k k ! = k = 1 ∑ 1 0 k × k ! + k = 1 ∑ 1 0 k − 8
(The 8 is from 2 × 2 ! + 1 × 1 ! + 2 + 1 = 8 .) The second sum is simply k = 1 ∑ 1 0 k = 2 1 0 × 1 1 = 5 5 .
Now, we recall that
k = 1 ∑ n k × k ! = ( n + 1 ) ! − 1 ( ∗ )
Hence, we have
k = 1 ∑ 1 0 k × k ! + k = 1 ∑ 1 0 k − 8 = 1 1 ! − 1 + 5 5 − 8 = 1 1 ! + 4 6
Wilson's theorem states that ( p − 1 ) ! ≡ − 1 ( m o d p ) for p prime. A corollary of this is that ( p − 2 ) ! ≡ 1 ( m o d p ) .
Thus, putting this all together we have
1 1 ! + 4 6 ≡ ( 1 3 − 2 ) ! + 7 ≡ 8 ( m o d 1 3 )