cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A024119 a(n) = 10^n - n^5.

This page as a plain text file.
%I A024119 #20 Sep 08 2022 08:44:48
%S A024119 1,9,68,757,8976,96875,992224,9983193,99967232,999940951,9999900000,
%T A024119 99999838949,999999751168,9999999628707,99999999462176,
%U A024119 999999999240625,9999999998951424,99999999998580143,999999999998110432
%N A024119 a(n) = 10^n - n^5.
%H A024119 Vincenzo Librandi, <a href="/A024119/b024119.txt">Table of n, a(n) for n = 0..300</a>
%H A024119 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (16,-75,170,-215,156,-61,10).
%F A024119 G.f.: ( -1 + 7*x + x^2 - 174*x^3 - 649*x^4 - 253*x^5 - 11*x^6 ) / ( (10*x-1)*(x-1)^6 ). - _R. J. Mathar_, Jun 30 2011
%t A024119 Table[10^n-n^5,{n,0,20}] (* or *) LinearRecurrence[ {16,-75,170,-215,156,-61,10},{1,9,68,757,8976,96875,992224},20] (* _Harvey P. Dale_, Oct 08 2012 *)
%o A024119 (Magma) [10^n-n^5: n in [0..20]]; // _Vincenzo Librandi_, Jun 30 2011
%o A024119 (PARI) a(n) = 10^n-n^5; \\ _Altug Alkan_, Oct 04 2018
%K A024119 nonn,easy
%O A024119 0,2
%A A024119 _N. J. A. Sloane_