login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024111 a(n) = 9^n - n^10. 1
1, 8, -943, -58320, -1042015, -9706576, -59934735, -277692280, -1030695103, -3099363912, -6513215599, 5443635008, 220512172257, 2404007336480, 22587537799985, 205314481704024, 1851920677224065, 16675165705766120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
seq(9^k-k^10, k=0..20); # Muniru A Asiru, Jul 15 2018
MATHEMATICA
Table[9^n-n^10, {n, 0, 60}] (* Vladimir Joseph Stephan Orlovsky, Feb 15 2011 *)
PROG
(Magma) [9^n-n^10: n in [0..20]]; // Vincenzo Librandi, Jun 30 2011
(GAP) List([0..20], n->9^n-n^10); # Muniru A Asiru, Jul 15 2018
CROSSREFS
Sequence in context: A316129 A317435 A241875 * A231905 A203524 A331491
KEYWORD
sign,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 14 10:56 EDT 2024. Contains 374318 sequences. (Running on oeis4.)