OFFSET
1,2
EXAMPLE
The Pentanacci ratio is A103814, a root of the polynomial x^5-x^4-x^3-x^2-x-1.
MATHEMATICA
Table[Floor[(Root[ -1 - #1 - #1^2 - #1^3 - #1^4 + #1^5 &, 1])^n], {n, 1, 100}] (* Artur Jasinski *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 13 2006
EXTENSIONS
Reference to A103814 added - R. J. Mathar, Sep 26 2010
STATUS
approved