OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (3,10).
FORMULA
MATHEMATICA
LinearRecurrence[{3, 10}, {-1, 23}, 30] (* Harvey P. Dale, Mar 11 2023 *)
PROG
(PARI) {a(n) = 3*5^n-4*(-2)^n}
(PARI) N=40; x='x+O('x^N); Vec((-1+26*x)/((1-5*x)*(1+2*x)))
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Aug 27 2019
STATUS
approved