Find the sum of all positive integers such that the expression above is an integer.
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.
just searched the first 100000 integers using Mathematica and since noone was found, I tried 0 and it worked!
Select[Range@100000, IntegerQ[(#^2 + 1)/(Floor[Sqrt[#]]^2 + 2)] &]