← RoseCode

ROSECODE 517

Largest root of a polynomial

Philippe_57721 · Math ·

Let Pn(X)=X5+F2nX4+2(F2n2Fn+12)X3+2F2n(F2n2Fn+12)X2+F2n2X+F2n3
(Fn is the nth Fibonacci number)

Example: P4(X)=X5+21X458X31218X2+441X+9261

It can be proved that equation Pn(X)=0 has only integer roots.

Find the largest positive root of P1000(X)=0 (Give your answer mod1010)