Factorial-exponent equality

Find the number of pairs of positive integers ( n , k ) (n,k) that satisfy the equation ( n + 1 ) k 1 = n ! (n+1)^k-1=n! .


The answer is 3.

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.

2 solutions

A roughly stated solution is presented here.

if ( n , k ) (n,k) is a valid pair, then

( n + 1 ) k 1 ( m o d t ) , 2 t n ( ) (n+1)^k \equiv 1 \ (mod t) \ , \ \forall 2 \leq t \leq n \ (*)

immediately one notices that n + 1 = p n+1=p should be a prime, otherwise there would be a 2 t n 2 \leq t \leq n s.t. g c d ( t , n + 1 ) 1 gcd(t,n+1)\neq 1 and consequently * cannot hold true for that particular t t .

then we realise k l c m ( { ϕ ( t ) } t = 2 t = n ) = 1 k|lcm(\{\phi(t)\}_{t=2}^{t=n})=1 or k l c m ( { ϕ ( t ) } t = 3 t = n ) = 2 k|lcm(\{\phi(t)\}_{t=3}^{t=n})=2 , when we assume p k 1 ( m o d 2 ) p^k \equiv 1 \ (mod 2) . Therefore, possibilities are k = 1 , 2 k=1,2 .

with k = 1 k=1 , we have ( n + 1 ) 1 = n ! n = n ! n = 1 , 2 (n+1)-1=n! \implies n=n! \implies n=1,2 .

When k = 2 k=2 , we have

p 2 1 ( m o d t ) 2 t p 1 t ( p 1 ) ( p + 1 ) 2 t p^2 \equiv 1 \ (mod t) \ \forall 2 \leq t \leq p-1 \implies t|(p-1)(p+1) \ \forall 2 \leq t \leq

according to Bertrand's postulation, there should be a prime q q such that

p + 1 2 < q < p \frac{p+1}{2} < q < p

when p 5 p \leq 5 .Therefore q ( p 1 ) ( p + 1 ) q \nmid (p-1)(p+1) and, for this q q , equation * would not be satisfied. the only primes p p , for which there would be no such q q , are 2 , 3 , 5 2,3,5 . One can plug the primes, together with k = 2 k=2 in * and easily check if they constitute a valid pair.

The only possible pairs are (1,1), (2,1), (4,2)

Got a proof?

Pi Han Goh - 2 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...