Barely an Integer!

n = m + m 2 ! + m 3 ! + + m k ! + \large{n = \left \lfloor m \right \rfloor + \left \lfloor \dfrac{m}{2!} \right \rfloor + \left \lfloor \dfrac{m}{3!} \right \rfloor + \ldots + \left \lfloor \dfrac{m}{k!} \right \rfloor + \ldots }

For every natural number n n , define S ( n ) S(n) to be the unique integer m m (if it exists) which satisfies the equation above. Submit the value of S ( 3438 ) S(3438) as your answer.


Bonus: Does there exist a number k k such that, for any non-negative integer n n , at least one of S ( n + 1 ) , S ( n + 2 ) , , S ( n + k ) S(n+1), \ S(n+2),\ \ldots \ , \ S(n+k) exists?


The answer is 2003.

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.

1 solution

Patrick Corn
Sep 25, 2015

If we take the floor functions out, then the right side is m ( e 1 ) m(e-1) . So m m should be about 3438 / ( e 1 ) 3438/(e-1) , which is between 2000 2000 and 2001 2001 . It's easy to compute S ( 3434 ) = 2000 S(3434) = 2000 , and then S ( 3438 ) = 2003 S(3438) = 2003 .

The extra credit answer is no. Given any positive integer k k , pick n n such that S ( n ) = ( k + 1 ) ! 1 S(n) = (k+1)!-1 . Then S ( n + 1 ) , , S ( n + k ) S(n+1), \ldots, S(n+k) all don't exist, and S ( n + k + 1 ) = ( k + 1 ) ! S(n+k+1) = (k+1)! .

at m =3, [ 3 ( e 1 ) ] = 5 , [ 3 ] + [ 3 / 2 ] + [ 3 / 6 ] + . . . = 4 [3(e-1)]=5,[3]+[3/2]+[3/6]+...=4 and taking out ceiling is wrong, for example [ 1 2 ] + [ 1 2 ] [ 1 2 + 1 2 ] [\frac{1}{2}]+[\frac{1}{2}]\neq[\frac{1}{2}+\frac{1}{2}]

Aareyan Manzoor - 5 years, 8 months ago

Log in to reply

Yes, but you can take the floors out to get a rough estimate of how n n and m m are related. Then you can do the exact computations once you have a ballpark for m m .

Patrick Corn - 5 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...