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”).

A017432
a(n) = (11*n + 3)^8.
0
6561, 1475789056, 152587890625, 2821109907456, 23811286661761, 128063081718016, 513798374428641, 1677721600000000, 4702525276151521, 11716593810022656, 26584441929064321, 55895067029733376
OFFSET
0,1
FORMULA
a(n) = 9*a(n-1)-36*a(n-2)+84*a(n-3)-126*a(n-4)+126*a(n-5)-84*a(n-6)+36*a(n-7)-9*a(n-8)+a(n-9). - Wesley Ivan Hurt, Jun 07 2021
MATHEMATICA
(11*Range[0, 20]+3)^8 (* Harvey P. Dale, Oct 27 2013 *)
CROSSREFS
Sequence in context: A013853 A017204 A017312 * A017564 A352036 A321812
KEYWORD
nonn,easy
AUTHOR
STATUS
approved