login
A016915
a(n) = (6*n)^7.
1
0, 279936, 35831808, 612220032, 4586471424, 21870000000, 78364164096, 230539333248, 587068342272, 1338925209984, 2799360000000, 5455160701056, 10030613004288, 17565568854912, 29509034655744
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
FORMULA
G.f.: (279936*(x + 120*x^2 + 1191*x^3 + 2416*x^4 + 1191*x^5 + 120*x^6 + x^7))/ (x-1)^8. - Harvey P. Dale, Jul 20 2011
MATHEMATICA
(6*Range[0, 20])^7 (* Harvey P. Dale, Jul 20 2011 *)
PROG
(Magma) [(6*n)^7: n in [0..30]]; // Vincenzo Librandi, May 03 2011
CROSSREFS
Sequence in context: A204396 A013909 A016867 * A183621 A017059 A017143
KEYWORD
nonn,easy
STATUS
approved