OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
MATHEMATICA
(7*Range[0, 20]+4)^8 (* or *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {65536, 214358881, 11019960576, 152587890625, 1099511627776, 5352009260481, 20047612231936, 62259690411361, 167961600000000}, 20] (* Harvey P. Dale, Sep 22 2017 *)
PROG
(Magma) [(7*n+4)^8: n in [0..20] ]; // Vincenzo Librandi, Jul 16 2011
(Maxima) A017036(n):=(7*n+4)^8$
makelist(A017036(n), n, 0, 10); /* Martin Ettl, Nov 12 2012 */
(PARI) a(n)=(7*n+4)^8 \\ Edward Jiang, Sep 09 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved