OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..300
Index entries for linear recurrences with constant coefficients, signature (16,-65,120,-115,56,-11).
MATHEMATICA
Table[11^n-n^4, {n, 0, 20}] (* or *) LinearRecurrence[{16, -65, 120, -115, 56, -11}, {1, 10, 105, 1250, 14385, 160426}, 20] (* Harvey P. Dale, Mar 13 2019 *)
PROG
(Magma) [11^n-n^4: n in [0..20]]; // Vincenzo Librandi, Jul 01 2011
(PARI) a(n)=11^n-n^4 \\ Charles R Greathouse IV, Jul 01 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved