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!)
A024131 a(n) = 11^n - n^4. 2

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

%S 1,10,105,1250,14385,160426,1770265,19484770,214354785,2357941130,

%T 25937414601,285311655970,3138428355985,34522712115370,

%U 379749833544825,4177248169365026,45949729863506625,505447028499210250

%N a(n) = 11^n - n^4.

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

%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (16,-65,120,-115,56,-11).

%t Table[11^n-n^4,{n,0,20}] (* or *) LinearRecurrence[{16,-65,120,-115,56,-11},{1,10,105,1250,14385,160426},20] (* _Harvey P. Dale_, Mar 13 2019 *)

%o (Magma) [11^n-n^4: n in [0..20]]; // _Vincenzo Librandi_, Jul 01 2011

%o (PARI) a(n)=11^n-n^4 \\ _Charles R Greathouse IV_, Jul 01 2011

%K nonn,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 March 29 07:27 EDT 2024. Contains 371265 sequences. (Running on oeis4.)