OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (7,-6).
FORMULA
MAPLE
MATHEMATICA
Table[4*6^n + 1, {n, 0, 30}] (* Wesley Ivan Hurt, Feb 25 2014 *)
LinearRecurrence[{7, -6}, {5, 25}, 40] (* Harvey P. Dale, Oct 08 2015 *)
PROG
(Magma) [4*6^n+1: n in [0..30]];
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 06 2011
STATUS
approved