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.
%I A146080 #47 Mar 05 2024 11:25:48 %S A146080 1,1,-9,-19,71,261,-449,-3059,1431,32021,17711,-302499,-479609, %T A146080 2545381,7341471,-18112339,-91527049,89596341,1004866831,108903421, %U A146080 -9939764889,-11028799099,88368849791,198656840781,-685031657129,-2671600064939 %N A146080 Expansion of 1/(1-x*(1-10*x)). %C A146080 Row sums of Riordan array (1,x(1-10x)). %H A146080 G. C. Greubel, <a href="/A146080/b146080.txt">Table of n, a(n) for n = 0..1000</a> %H A146080 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (1,-10). %F A146080 a(n) = a(n-1) - 10*a(n-2), a(0)=1, a(1)=1. %F A146080 a(n) = Sum_{k=0..n} A109466(n,k)*10^(n-k). %F A146080 E.g.f.: exp(x/2)*(cos(sqrt(39)*x/2) + (1/sqrt(39))*sin(sqrt(39)*x/2)). - _G. C. Greubel_, Jan 30 2016 %t A146080 CoefficientList[Series[1/(1-x(1-10x)),{x,0,30}],x] (* or *) LinearRecurrence[{1,-10},{1,1},30] (* _Harvey P. Dale_, Dec 16 2012 *) %o A146080 (Sage) [lucas_number1(n,1,10) for n in range(1, 27)] # _Zerinvary Lajos_, Apr 22 2009 %o A146080 (PARI) Vec(1/(1-x*(1-10*x))+O(x^99)) \\ _Charles R Greathouse IV_, Jan 12 2012 %o A146080 (Magma) I:=[1,1]; [n le 2 select I[n] else Self(n-1) - 10*Self(n-2): n in [1..30]]; // _G. C. Greubel_, Jan 19 2018 %K A146080 sign,easy %O A146080 0,3 %A A146080 _Philippe Deléham_, Oct 27 2008