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!)
A165553 a(n) = (3/2)*(1+(-3)^(n-1)). 2

%I #12 Apr 22 2024 09:41:43

%S 1,3,-3,15,-39,123,-363,1095,-3279,9843,-29523,88575,-265719,797163,

%T -2391483,7174455,-21523359,64570083,-193710243,581130735,-1743392199,

%U 5230176603,-15690529803,47071589415,-141214768239

%N a(n) = (3/2)*(1+(-3)^(n-1)).

%C a(n)/a(n-1) tends to -3.

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

%F a(0)=1, a(1)=3, a(n)=3*a(n-2)-2*a(n-1).

%F G.f.: (1+5x)/(1+2x-3x^2).

%F a(n)= Sum_{k=0..n} A112555(n,k)*2^(n-k).

%t 3/2*(1 + (-3)^(Range[0, 29] - 1)) (* or *)

%t LinearRecurrence[{-2, 3}, {1, 3}, 30] (* _Paolo Xausa_, Apr 22 2024 *)

%Y Cf. A046717, A084247, A112555.

%K easy,sign,changed

%O 0,2

%A _Philippe Deléham_, Sep 21 2009

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 25 08:20 EDT 2024. Contains 371964 sequences. (Running on oeis4.)