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

A024059
a(n) = 5^n - n^10.
1
1, 4, -999, -58924, -1047951, -9762500, -60450551, -282397124, -1073351199, -3484831276, -9990234375, -25888596476, -61673223599, -136637788724, -283151139351, -546132812500, -946923737151, -1253054447324, 244230039001
OFFSET
0,2
LINKS
MATHEMATICA
Table[5^n-n^10, {n, 0, 20}] (* Harvey P. Dale, Apr 17 2014 *)
PROG
(Magma) [5^n-n^10: n in [0..30]]; // Vincenzo Librandi, Jul 03 2011
CROSSREFS
Sequence in context: A006030 A180268 A087365 * A069920 A368371 A217024
KEYWORD
sign,easy
STATUS
approved