is divisible by for all
Clarification : The subscript means number base . The line above the number means that are digits of the number.
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.
The number listed is equivalent to:
( n − 5 ) + ( n − 4 ) ⋅ n + ( n − 3 ) ⋅ n 2 + ( n − 2 ) ⋅ n 3 + ( n − 1 ) ⋅ n 4
Consider the number under m o d ( n 2 − 1 ) . n = n m o d ( n 2 − 1 ) and n 2 = 1 m o d ( n 2 − 1 ) , a fact that follows naturally by rewriting n as n − 1 + 1 and dividing by n − 1 . Using these two facts, it is easily proven by multiplication that n a = 1 m o d ( n 2 − 1 ) when a is even, and n a = n m o d ( n 2 − 1 ) when a is odd.
( n − 5 ) + ( n − 4 ) ⋅ n + ( n − 3 ) ⋅ n 2 + ( n − 2 ) ⋅ n 3 + ( n − 1 ) ⋅ n 4 m o d ( n 2 − 1 )
( n − 5 ) + ( n − 4 ) ⋅ n + ( n − 3 ) + ( n − 2 ) ⋅ n + ( n − 1 ) m o d ( n 2 − 1 )
2 n 2 − 3 n − 9 m o d ( n 2 − 1 )
2 − 3 n − 9 m o d ( n 2 − 1 )
− 3 n − 7 m o d ( n 2 − 1 )
This is not 0 m o d ( n 2 − 1 ) , so the answer is F a l s e