Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Expansion of x/(1 - x - 100*x^2).
0

%I #23 Jan 25 2020 01:49:49

%S 1,1,101,201,10301,30401,1060501,4100601,110150701,520210801,

%T 11535280901,63556361001,1217084451101,7572720551201,129281165661301,

%U 886553220781401,13814669786911501,102469991865051601,1483936970556201701,11730936157061361801

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

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

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

%F G.f.: x/(1 - x - 100*x^2). - _Philippe Deléham_, Oct 08 2011

%t LinearRecurrence[{1,100},{1,1},20] (* _Harvey P. Dale_, Nov 21 2014 *)

%o (PARI) Vec(x/(1-x-100*x^2)+O(x^99)) \\ _Charles R Greathouse IV_, Oct 08 2011

%K nonn,easy

%O 1,3

%A _Mark Dols_, Jul 10 2009

%E More terms from _Philippe Deléham_, Oct 08 2011