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.

A016325 Expansion of 1/((1-2x)(1-10x)(1-11x)).

This page as a plain text file.
%I A016325 #50 Sep 08 2022 08:44:41
%S A016325 1,23,377,5395,71841,915243,11317657,136994195,1631936081,19201296763,
%T A016325 223714264137,2585856904995,29694425953921,339138685491083,
%U A016325 3855525540397817,43660780944367795,492768590388029361
%N A016325 Expansion of 1/((1-2x)(1-10x)(1-11x)).
%H A016325 Vincenzo Librandi, <a href="/A016325/b016325.txt">Table of n, a(n) for n = 0..900</a>
%H A016325 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (23,-152,220)
%F A016325 From _Zerinvary Lajos_, Jun 05 2009 [corrected by _R. J. Mathar_, Mar 14 2011]: (Start)
%F A016325 a(n) = 11^(n+2)/9 + 2^(n-1)/9 - 25*10^n/2.
%F A016325 a(n) = A016135(n+1) - A016134(n+1). (End)
%F A016325 a(n) = 21*a(n-1) - 110*a(n-2) + 2^n. - _Vincenzo Librandi_, Oct 09 2011
%t A016325 CoefficientList[Series[1/((1 - 2 x) (1 - 10 x) (1 - 11 x)), {x, 0, 16}], x] (* _Michael De Vlieger_, Jan 31 2018 *)
%o A016325 (Sage) [(11^n - 2^n)/9-(10^n - 2^n)/8 for n in range(2,19)] # _Zerinvary Lajos_, Jun 05 2009
%o A016325 (Magma) [(2*11^(n+2) +2^n-225*10^n)/18 : n in [0..20]]; // _Vincenzo Librandi_, Oct 09 2011
%o A016325 (PARI) Vec(1/((1-2*x)*(1-10*x)*(1-11*x))+O(x^99)) \\ _Charles R Greathouse IV_, Sep 23 2012
%Y A016325 Cf. A016134, A016135.
%K A016325 nonn,easy
%O A016325 0,2
%A A016325 _N. J. A. Sloane_