There is following quotes from wiki on Plastic number:
The powers of the plastic number $A(n) = ρ^n$ satisfy the recurrence relation $A(n) = A(n − 2) + A(n − 3)$ for $n > 2$.
And 2nd is that
Plastic number is the unique real solution of equation $x^3=x+1$
This last cubic equation and recurrence relation looks very similar if you assume that n represent 3rd power of x, correspondingly n-2 would represent x itself and n-3 would represent 1.
But what is mathematical justification to associate the sequence and equation?
I remember we did this trick in college to find formula for Nth Fibbonachi numbers (which is $A(n) = A(n − 1) + A(n − 2)$ and correspondingly $x^2=x+1$) but it was too long ago..
The formula $$\rho^n=A(n-2)+A(n-3)$$ is wrong, as a little computation shows.
But the correct expression to get the sequence in A000931 is by taking the three roots of $x^3-x-1=0$.
If $r,s,t$ are those (with $r$ the real one) then the correction is $$A(n)=\frac{r^n}{2 r+3}+\frac{s^n}{2 s+3}+\frac{t^n}{2 t+3}.\qquad (1)$$ Obviously the entry in wikipedia gotta be corrected.
I still don't know how to deduce $(1)$ which is present in the aforementioned OEIS' entry, credited to Keith Schneider.