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

A024109
a(n) = 9^n - n^8.
2
1, 8, -175, -5832, -58975, -331576, -1148175, -981832, 26269505, 344373768, 3386784401, 31166700728, 281999554785, 2541050097608, 22875316665905, 205888569204024, 1853015893884545, 16677174723909128, 150094624277038545
OFFSET
0,2
LINKS
MATHEMATICA
Table[9^n-n^8, {n, 0, 20}] (* Harvey P. Dale, May 21 2021 *)
PROG
(Magma) [9^n-n^8: n in [0..25]]; // Vincenzo Librandi, Jul 06 2011
CROSSREFS
Sequence in context: A138783 A067637 A357503 * A027464 A220966 A220544
KEYWORD
sign,easy
STATUS
approved