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

%I #16 Sep 08 2022 08:44:48

%S 1,8,-943,-58320,-1042015,-9706576,-59934735,-277692280,-1030695103,

%T -3099363912,-6513215599,5443635008,220512172257,2404007336480,

%U 22587537799985,205314481704024,1851920677224065,16675165705766120

%N a(n) = 9^n - n^10.

%H Vincenzo Librandi, <a href="/A024111/b024111.txt">Table of n, a(n) for n = 0..300</a>

%p seq(9^k-k^10,k=0..20); # _Muniru A Asiru_, Jul 15 2018

%t Table[9^n-n^10,{n,0,60}] (* _Vladimir Joseph Stephan Orlovsky_, Feb 15 2011 *)

%o (Magma) [9^n-n^10: n in [0..20]]; // _Vincenzo Librandi_, Jun 30 2011

%o (GAP) List([0..20],n->9^n-n^10); # _Muniru A Asiru_, Jul 15 2018

%K sign,easy

%O 0,2

%A _N. J. A. Sloane_

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 April 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)