editing
approved
editing
approved
LinearRecurrence[{1, 1}, {2, 15}, 40] (* Harvey P. Dale, Sep 22 2024 *)
approved
editing
editing
approved
a(n) = a(n-1) + a(n-2). - Wesley Ivan Hurt, Oct 01 2021
approved
editing
editing
approved
Fibonacci sequence beginning 2 , 15.
<a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (1, 1).
approved
editing
editing
approved
Fibonacci sequence beginning 2, 15, ... .
G.f.: (2+13x13*x)/(1-x-x^2). - Philippe Deléham, Nov 19 2008
nonn,easy,changed
proposed
editing
editing
proposed
Fibonacci sequence beginning 2 , 15, ... .
2, 15, 17, 32, 49, 81, 130, 211, 341, 552, 893, 1445, 2338, 3783, 6121, 9904, 16025, 25929, 41954, 67883, 109837, 177720, 287557, 465277, 752834, 1218111, 1970945, 3189056, 5160001, 8349057, 13509058, 21858115, 35367173, 57225288, 92592461, 149817749
G.f.: (2+13x)/(1-x-x^2). [_- _Philippe Deléham_, Nov 19 2008]
CoefficientList[Series[(2 + 13 x)/(1 - x - x^2), {x, 0, 40}], x] (* Wesley Ivan Hurt, Jun 15 2014 *)
N. J. A. Sloane., Jun 14 1998
More terms from Wesley Ivan Hurt, Jun 15 2014
proposed
editing