A016773 a(n) = (3*n)^9.
0, 19683, 10077696, 387420489, 5159780352, 38443359375, 198359290368, 794280046581, 2641807540224, 7625597484987, 19683000000000, 46411484401953, 101559956668416, 208728361158759, 406671383849472
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (10, -45, 120, -210, 252, -210, 120, -45, 10, -1).
Crossrefs
Cf. A001017 (n^9).
Programs
-
Magma
[(3*n)^9: n in [0..20]]; // Vincenzo Librandi, May 09 2011