OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
MATHEMATICA
Table[(3*n)^8, {n, 0, 5!}] (* Vladimir Joseph Stephan Orlovsky, Mar 10 2010 *)
LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {0, 6561, 1679616, 43046721, 429981696, 2562890625, 11019960576, 37822859361, 110075314176}, 20] (* Harvey P. Dale, Aug 25 2025 *)
PROG
(Magma) [(3*n)^8: n in [0..25]]; // Vincenzo Librandi, May 09 2011
(Maxima) A016772(n):=(3*n)^8$
makelist(A016772(n), n, 0, 20); /* Martin Ettl, Nov 12 2012 */
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
