cp's OEIS Frontend

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.

A146083 Expansion of 1/(1 - x*(1 - 11*x)).

This page as a plain text file.
%I A146083 #54 Mar 08 2024 01:12:19
%S A146083 1,1,-10,-21,89,320,-659,-4179,3070,49039,15269,-524160,-692119,
%T A146083 5073641,12686950,-43123101,-182679551,291674560,2301149621,
%U A146083 -907270539,-26219916370,-16239940441,272179139629,450818484480,-2543152051439
%N A146083 Expansion of 1/(1 - x*(1 - 11*x)).
%C A146083 Row sums of Riordan array (1,x(1-11x)).
%H A146083 G. C. Greubel, <a href="/A146083/b146083.txt">Table of n, a(n) for n = 0..1000</a>
%H A146083 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (1,-11).
%F A146083 a(n) = a(n-1)-11*a(n-2) ; a(0)=1, a(1)=1.
%F A146083 a(n) = Sum_{k=0..n} A109466(n,k)*11^(n-k).
%F A146083 From _G. C. Greubel_, Jan 31 2016: (Start)
%F A146083 G.f.: 1/(1-x+11*x^2).
%F A146083 E.g.f.: exp(x/2)*(cos(sqrt(43)*x/2) + (1/sqrt(43))*sin(sqrt(43)*x/2)).
%F A146083 (End)
%t A146083 LinearRecurrence[{1,-11},{1,1},30] (* _Harvey P. Dale_, Jan 07 2016 *)
%o A146083 (Sage) [lucas_number1(n,1,11) for n in range(1, 26)] # _Zerinvary Lajos_, Apr 22 2009
%o A146083 (PARI) Vec(1/(1-x*(1-11*x))+O(x^99)) \\ _Charles R Greathouse IV_, Sep 26 2012
%o A146083 (Magma) [n le 2 select 1 else Self(n-1)-11*Self(n-2): n in [1..30]]; // _Vincenzo Librandi_, Jan 31 2016
%Y A146083 Cf. A010892, A107920, A106852, A106853, A106854, A145934, A145976, A145978, A146078, A146080.
%K A146083 sign,easy
%O A146083 0,3
%A A146083 _Philippe Deléham_, Oct 27 2008