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.

A024120 a(n) = 10^n - n^6.

This page as a plain text file.
%I A024120 #23 Sep 08 2022 08:44:48
%S A024120 1,9,36,271,5904,84375,953344,9882351,99737856,999468559,9999000000,
%T A024120 99998228439,999997014016,9999995173191,99999992470464,
%U A024120 999999988609375,9999999983222784,99999999975862431,999999999965987776
%N A024120 a(n) = 10^n - n^6.
%H A024120 Vincenzo Librandi, <a href="/A024120/b024120.txt">Table of n, a(n) for n = 0..300</a>
%H A024120 <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (17,-91,245,-385,371,-217,71,-10)
%F A024120 G.f.: ( 1 - 8*x - 26*x^2 + 233*x^3 + 2753*x^4 + 2942*x^5 + 576*x^6 + 9*x^7 ) / ( (10*x-1)*(x-1)^7 ). - _R. J. Mathar_, Jun 30 2011
%t A024120 Table[10^n-n^6,{n,0,30}] (* or *) LinearRecurrence[ {17,-91,245,-385,371,-217,71,-10},{1,9,36,271,5904,84375,953344,9882351},30] (* _Harvey P. Dale_, Oct 09 2012 *)
%o A024120 (Magma) [10^n-n^6: n in [0..20]]; // _Vincenzo Librandi_, Jun 30 2011
%o A024120 (PARI) a(n) = 10^n-n^6; \\ _Altug Alkan_, Oct 04 2018
%Y A024120 Cf. A001014 (n^6), A011557 (10^n).
%K A024120 nonn,easy
%O A024120 0,2
%A A024120 _N. J. A. Sloane_