login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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