A171659 Lucas-version of A165293.
2, 10, -2, 100, -30, 2, 1000, -400, 50, -2, 10000, -5000, 900, -70, 2, 100000, -60000, 14000, -1600, 90, -2
Offset: 1
Examples
Triangle begins: 2 10,-2 100,-30,2 1000,-400,50,-2
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Triangle begins: 2 10,-2 100,-30,2 1000,-400,50,-2
I:=[0,10]; [n le 2 select I[n] else 98*Self(n-1)-Self(n-2): n in [1..40]]; // Vincenzo Librandi, Oct 13 2015
LinearRecurrence[{98,-1},{0,10},30] (* Harvey P. Dale, Sep 19 2011 *) CoefficientList[Series[10 x/(x^2 - 98 x + 1), {x, 0, 33}], x] (* Vincenzo Librandi, Oct 13 2015 *)
concat(0, Vec(10*x^2/(x^2-98*x+1) + O(x^30))) \\ Colin Barker, Oct 08 2015
[n le 2 select n-1 else 98*Self(n-1)-2*Self(n-2): n in [1..20]]; // Vincenzo Librandi, Jul 25 2016
LinearRecurrence[{98,-2},{0,1}, 25] (* G. C. Greubel, Jul 25 2016 *)
Triangle begins: 1 10, -1 100, -30, 1 1000, -500, 50, -1 10000, -7000, 1300, -70, 1 100000, -90000, 25000, -2500, 90, -1 1000000, -1100000, 410000, -63000, 4100, -110, 1 10000000, -13000000, 6100000, -1290000, 129000, -6100, 130, -1
Comments