THE BRACKET is a floor function

n 2 + 1 n 2 + 2 \large\ \dfrac{n^2 + 1}{\lfloor\sqrt{n}\rfloor^2 + 2}

Find the sum of all positive integers n n such that the expression above is an integer.


The answer is 0.

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

Giorgos K.
Feb 24, 2018

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)] &]

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...