login
A017002
a(n) = (7*n + 1)^10.
1
1, 1073741824, 576650390625, 26559922791424, 420707233300201, 3656158440062976, 21611482313284249, 97656250000000000, 362033331456891249, 1152921504606846976, 3255243551009881201, 8335775831236199424
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
MATHEMATICA
(7*Range[0, 20]+1)^10 (* Harvey P. Dale, Aug 19 2011 *)
PROG
(Magma) [(7*n+1)^10: n in [0..20]]; // Vincenzo Librandi, Jul 13 2011
CROSSREFS
Sequence in context: A322694 A227201 A011580 * A017074 A017266 A017374
KEYWORD
nonn,easy
STATUS
approved