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!)
A110807 n times largest n-digit number. 4

%I #13 Sep 08 2022 08:45:20

%S 0,9,198,2997,39996,499995,5999994,69999993,799999992,8999999991,

%T 99999999990,1099999999989,11999999999988,129999999999987,

%U 1399999999999986,14999999999999985,159999999999999984

%N n times largest n-digit number.

%H G. C. Greubel, <a href="/A110807/b110807.txt">Table of n, a(n) for n = 0..990</a>

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (22,-141,220,-100).

%F a(n) = n*(10^n-1) = 9*A053422(n). - _R. J. Mathar_, Dec 04 2016

%F G.f.: -9*x*(-1+10*x^2) / ( (10*x-1)^2*(x-1)^2 ). - _R. J. Mathar_, Dec 04 2016

%e a(3) = 3*999 = 2997.

%t Table[(10^n - 1)*n, {n, 1, 30}] (* _Stefan Steinerberger_ *)

%t LinearRecurrence[{22,-141,220,-100},{0,9,198,2997,39996},20] (* _Harvey P. Dale_, Sep 22 2016 *)

%o (PARI) for(n=1,25, print1(n*(10^n-1), ", ")) \\ _G. C. Greubel_, Oct 19 2017

%o (Magma) [n*(10^n-1): n in [1..25]]; // _G. C. Greubel_, Oct 19 2017

%K base,easy,nonn

%O 0,2

%A _Amarnath Murthy_, Aug 14 2005

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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)