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 (0,0,0,8).
MATHEMATICA
LinearRecurrence[{0, 0, 0, 8}, {1, 3, 4, 4}, 30] (* Harvey P. Dale, Apr 13 2025 *)
PROG
(PARI) a(n)=([0, 1, 0, 0; 0, 0, 1, 0; 0, 0, 0, 1; 8, 0, 0, 0]^n*[1; 3; 4; 4])[1, 1] \\ Charles R Greathouse IV, Jun 03 2026
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Apr 25 2008
STATUS
approved
