OFFSET
0,3
LINKS
Wikipedia, Supergolden ratio
Index entries for linear recurrences with constant coefficients, signature (1,0,1).
FORMULA
MATHEMATICA
r = Root[x^3-x^2-1, 1]; Table[Round[r^i], {i, 0, 120 }]
CoefficientList[Series[(1+x^2+x^4-x^8)/(1-x-x^3), {x, 0, 120}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Jwalin Bhatt, Apr 01 2025
STATUS
approved
