Define a positive integer n to be squarish if either n is a square or the difference of n to its nearest perfect square is a square. For example 2016 is a squarish since its difference from 4 5 2 = 2 0 2 5 is a square. Define S ( N ) to be the number of squarish integers between 1 and N inclusive. Find positive constants α and β such that
N → ∞ lim N α S ( N ) = β
Write the answer as ( α , β ) if it exists.
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.
I think maybe you need to multiply all your estimates by 2 ?
I don't remember the details, but when I was working the problem out I grouped the numbers by their nearest square, so there were about 2 k squarish numbers whose nearest square was k 2 .
This is Putnam 2016 B-2, by the way.
Log in to reply
Ah yes indeed. In that range, there are k perfect squares that "round" to k 2 , and another k perfect squares that round to ( k + 1 ) 2 .
If it's a Putnam problem, then there will need to be more justification in the solution, especially with the "Riemann sum". In particular, we need to sum 2 ⌊ k ⌋ instead, and show that it is still approximate. But since ⌊ k ⌋ ∼ k , it all works out (just fill in the details).
Problem Loading...
Note Loading...
Set Loading...
Hint: The number of squarish numbers from k 2 to ( k + 1 ) 2 is approximately 2 k . Hence the number of squarish number from 1 to k 2 is approximately 3 4 k 2 3 . So the number of squaring numbers from 1 to n is approximately 3 4 n 4 3 .
(Slight justification needed, but the idea is there.)