login
A017012
a(n) = (7*n + 2)^8.
1
256, 43046721, 4294967296, 78310985281, 656100000000, 3512479453921, 14048223625216, 45767944570401, 128063081718016, 318644812890625, 722204136308736, 1517108809906561, 2992179271065856, 5595818096650401
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
MATHEMATICA
(7*Range[0, 20]+2)^8 (* or *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {256, 43046721, 4294967296, 78310985281, 656100000000, 3512479453921, 14048223625216, 45767944570401, 128063081718016}, 20] (* Harvey P. Dale, Jan 31 2019 *)
PROG
(Magma) [(7*n+2)^8: n in [0..25]]; // Vincenzo Librandi, Jul 13 2011
CROSSREFS
Sequence in context: A227662 A262458 A016940 * A017096 A017192 A013879
KEYWORD
nonn,easy
STATUS
approved