|
We solve the equation P(p)=P(r)+P(r+1) with unknowns p and r, equivalent to (6*p-1)^2=2*(6*r+2)^2+17. The diophantine equation X^2=2*Y^2+17 whose solutions give p and r are obtained by (x(n), y(n)) such that:
x(1)=5, x(2)=215, x(3)=4517, x(4)=248087 and the same recurrence relation on the odd and even indices x(n+2)=1154*x(n+1)-x(n)
y(1)=2, y(2)=152, y(3)=3194, y(4)=175424 and the same recurrence relation on the odd and even indices y(n+2)=1154*y(n+1)-y(n)
The solutions (p,r) are given by the (u(n),v(n)) such that
u(1)=1, u(2)=36, u(3)=753, u(4)=41348 and the same recurrence relation on the odd and even indices u(n+2)=1154*u(n+1)-u(n) -192 or u(n+1)=577*u(n)-96+68*(72*u(n)^2-24*u(n)-32)^0.5
v(1)=0, v(2)=25, v(3)=532, v(4)=29237 and the same recurrence relation on the odd and even indices v(n+2)=1154*v(n+1)-v(n) +384 or v(n+1)=577*v(n)+192+68*(72*u(n)^2+48*u(n)+15)^0.5
|