login
A017107
a(n) = (8*n+3)^7.
1
2187, 19487171, 893871739, 10460353203, 64339296875, 271818611107, 897410677851, 2488651484819, 6060711605323, 13348388671875, 27136050989627, 51676101935731, 93206534790699, 160578147647843
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
MATHEMATICA
Table[(8 n + 3)^7, {n, 0, 40}] (* Bruno Berselli, Sep 17 2015 *)
PROG
(Magma) [(8*n+3)^7: n in [0..30]]; // Vincenzo Librandi, Jul 12 2011
CROSSREFS
Sequence in context: A223575 A184693 A017023 * A018875 A017203 A017311
KEYWORD
nonn,easy
AUTHOR
STATUS
approved