login
A017035
a(n) = (7*n + 4)^7.
1
16384, 19487171, 612220032, 6103515625, 34359738368, 137231006679, 435817657216, 1174711139837, 2799360000000, 6060711605323, 12151280273024, 22876792454961, 40867559636992, 69833729609375
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
MATHEMATICA
(7*Range[0, 20]+4)^7 (* or *) LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {16384, 19487171, 612220032, 6103515625, 34359738368, 137231006679, 435817657216, 1174711139837}, 20] (* Harvey P. Dale, Jan 30 2019 *)
PROG
(Magma) [(7*n+4)^7: n in [0..30] ]; // Vincenzo Librandi, Jul 16 2011
CROSSREFS
Sequence in context: A224029 A224286 A224209 * A326252 A269295 A017119
KEYWORD
nonn,easy
STATUS
approved