Let be the least positive integer that can be added to to obtain a perfect square . For example, and so on.
To what value of , starting from , is the recurrence of 2017 as a function value?
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.
The pattern can be recognized as f ( n 2 ) = ( n + 1 ) 2 − n 2 = 2 n + 1 .
hence, the 1 s t showing up of 2017 as a function value will occur at 2n + 1 = 2017 ⟹ n = 1 0 0 8
and therefore, its 1 0 0 t h recurrence will show up after n = 1008 + 99 = 1107 .
So,
f ( 1 1 0 7 2 ) = 2 ( 1 1 0 7 ) + 1 = 2 2 1 5 f ( 1 1 0 7 2 + 1 ) = 2 2 1 4 ⋮ f ( 1 1 0 7 2 + h ) = 2 0 1 7
⟹ 1 1 0 7 2 + 2 2 1 5 = 1 1 0 7 2 + h + 2 0 1 7 h = 1 9 8 therefore, the 100th recurrence of 2017 as a function value will occur at x = 1 1 0 7 2 + 1 9 8 or simply x = 1 2 2 5 6 4 7 .