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

A024097
a(n) = 8^n - n^9.
2
1, 7, -448, -19171, -258048, -1920357, -9815552, -38256455, -117440512, -253202761, 73741824, 6231986901, 63559696384, 539151314515, 4377385464320, 35145928729457, 281406257233920, 2251681225808751
OFFSET
0,2
LINKS
MATHEMATICA
Table[8^n-n^9, {n, 0, 60}] (* Vladimir Joseph Stephan Orlovsky, Feb 15 2011 *)
PROG
(Magma) [8^n-n^9: n in [0..143]]; // Vincenzo Librandi, Apr 21 2011
CROSSREFS
Sequence in context: A027876 A158599 A009660 * A203060 A261479 A241363
KEYWORD
sign
STATUS
approved