OFFSET
1,1
COMMENTS
The politician plans to legislate away the mistakes of the past and return to normalcy.
LINKS
E. R. Berlekamp, A contribution to mathematical psychometrics, Unpublished Bell Labs Memorandum, Feb 08 1968 [Annotated scanned copy]
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
G.f.: x*(-x^5 + 3*x^4 - 3*x^3 + x^2 - x + 2)/(x - 1)^2. - Chai Wah Wu, Nov 03 2016
MATHEMATICA
CoefficientList[Series[(- x^5 + 3 x^4 - 3 x^3 + x^2 - x + 2)/(x - 1)^2, {x, 0, 75}], x] (* Vincenzo Librandi, Nov 04 2016 *)
LinearRecurrence[{2, -1}, {2, 3, 5, 4, 6, 7}, 80] (* Harvey P. Dale, Jul 31 2021 *)
PROG
(Haskell)
a262564 n = a262564_list !! (n-1)
a262564_list = [2, 3, 5, 4] ++ [6..] -- Reinhard Zumkeller, Oct 20 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 19 2015
STATUS
approved