The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A015580 Expansion of x/(1 - 9*x - 4*x^2). 3

%I #48 Dec 18 2023 12:19:24

%S 0,1,9,85,801,7549,71145,670501,6319089,59553805,561260601,5289560629,

%T 49851088065,469818035101,4427766668169,41729172153925,

%U 393273616058001,3706379233137709,34930507562471385,329200084994793301,3102522795203025249,29239505496806400445

%N Expansion of x/(1 - 9*x - 4*x^2).

%C Pisano period lengths: 1, 1, 2, 1, 3, 2, 48, 2, 6, 3, 10, 2, 42, 48, 6, 4, 24, 6,360, 3, ... - _R. J. Mathar_, Aug 10 2012

%H Vincenzo Librandi, <a href="/A015580/b015580.txt">Table of n, a(n) for n = 0..1000</a>

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

%F a(n) = 9*a(n-1) + 4*a(n-2).

%t LinearRecurrence[{9, 4}, {0, 1}, 30] (* _Vincenzo Librandi_, Nov 14 2012 *)

%o (Sage) [lucas_number1(n,9,-4) for n in range(0, 19)] # _Zerinvary Lajos_, Apr 26 2009

%o (Magma) [n le 2 select n-1 else 9*Self(n-1) + 4*Self(n-2): n in [1..30]]; // _Vincenzo Librandi_, Nov 14 2012

%o (PARI) x='x+O('x^30); concat([0], Vec(x/(1-9*x-4*x^2))) \\ _G. C. Greubel_, Jan 06 2018

%Y Cf. A015579, A099371.

%K nonn,easy

%O 0,3

%A _Olivier GĂ©rard_

%E Extended by _T. D. Noe_, May 23 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 May 14 23:22 EDT 2024. Contains 372535 sequences. (Running on oeis4.)