The puzzle was to find all positive integers n (with proof) for which n4+n3+n2+n+1
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.
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