OFFSET
0,2
REFERENCES
P.-F. Teilhet, Query 2376, L'Intermédiaire des Mathématiciens, 11 (1904), 138-139.
LINKS
Index entries for linear recurrences with constant coefficients, signature (35,-35,1).
FORMULA
G.f.: -(5*x - 1)^2/((x - 1)*(x^2 - 34*x + 1)). - Chai Wah Wu, Mar 08 2022
MATHEMATICA
nxt[{a_, b_, c_}]:={b, c, 35(c-b)+a}; NestList[nxt, {1, 25, 865}, 20][[;; , 1]] (* or *) LinearRecurrence[ {35, -35, 1}, {1, 25, 865}, 20] (* Harvey P. Dale, Sep 04 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 08 2022
STATUS
approved