Processing math: 100%

Thursday, March 19, 2015

A perfect square problem [solution]

The puzzle was to find all positive integers n (with proof) for which n4+n3+n2+n+1
is a perfect square.

Solution


One liner!

For n>3, we have that

(2n2+n)2<4(n4+n3+n2+n+1)<(2n2+n+1)2


So verify for n=1,2,3 and we get the answer to be n=3.

No comments:

Post a Comment