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!)
A189748 a(n) = 5*a(n-1) + 4*a(n-2) with a(1)=5, a(2)=4. 12

%I #32 Feb 18 2024 03:34:19

%S 5,4,40,216,1240,7064,40280,229656,1309400,7465624,42565720,242691096,

%T 1383718360,7889356184,44981654360,256465696536,1462255100120,

%U 8337138286744,47534711834200,271022112317976,1545249408926680,8810335493905304,50232675105233240

%N a(n) = 5*a(n-1) + 4*a(n-2) with a(1)=5, a(2)=4.

%H Vincenzo Librandi, <a href="/A189748/b189748.txt">Table of n, a(n) for n = 1..100</a>

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

%F G.f.: x*(5-21*x)/(1-5*x-4*x^2). - _Bruno Berselli_, May 24 2011

%t LinearRecurrence[{5,4},{5,4},40]

%o (Maxima) a[1]:5$ a[2]:4$ a[n]:=5*a[n-1]+4*a[n-2]$ makelist(a[n], n, 1, 23); /* _Bruno Berselli_, May 24 2011 */

%Y Cf. A000045, A000079, A105476, A159612, A080040, A135522, A103435, A189732, A189734, A189735, A189736, A189737, A189738, A189739, A189741, A189742, A189743, A189744, A189745, A189746, A189747, A189749.

%K nonn,easy

%O 1,1

%A _Harvey P. Dale_, Apr 26 2011

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 23 05:59 EDT 2024. Contains 371906 sequences. (Running on oeis4.)