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!)
A177109 a(n) = 4*(10^n-5). 1

%I #16 Mar 17 2023 15:02:00

%S 20,380,3980,39980,399980,3999980,39999980,399999980,3999999980,

%T 39999999980,399999999980,3999999999980,39999999999980,

%U 399999999999980,3999999999999980,39999999999999980,399999999999999980

%N a(n) = 4*(10^n-5).

%C Is this 20*A067272(n)?

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (11,-10).

%F G.f.: 20*x*(1+8*x) / ( (10*x-1)*(x-1) ). - _R. J. Mathar_, Jan 06 2011

%F a(n) = 11*a(n-1) - 10*a(n-2). - _Wesley Ivan Hurt_, Mar 17 2023

%p A177109:=n->4*(10^n-5): seq(A177109(n), n=1..30); # _Wesley Ivan Hurt_, Feb 16 2017

%Y Cf. A067272.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 15 2010

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)