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 A136776 #12 Aug 31 2016 09:06:59 %S A136776 1,2,6,17,48,135,379,1063,2980,8352,23405,65584,183769,514919,1442785, %T A136776 4042614,11327182,31738101,88928244,249171491,698163131,1956209807, %U A136776 5481178344,15357920824,43031938457,120572813012,337837515853,946599685919,2652313383105 %N A136776 Number of primitive multiplex juggling sequences of length n, base state <1,1> and hand capacity 2. %H A136776 Colin Barker, <a href="/A136776/b136776.txt">Table of n, a(n) for n = 1..1000</a> %H A136776 S. Butler and R. Graham, <a href="http://arXiv.org/abs/0801.2597">Enumerating (multiplex) juggling sequences</a>, arXiv:0801.2597 [math.CO], 2008. %H A136776 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (4,-3,-1). %F A136776 G.f.: (x-2*x^2+x^3)/(1-4*x+3*x^2+x^3). %F A136776 a(1)=1, a(2)=2, a(3)=6, a(n) = 4*a(n-1)-3*a(n-2)-a(n-3). - _Harvey P. Dale_, Sep 17 2013 %t A136776 Rest[CoefficientList[Series[(x-2x^2+x^3)/(1-4x+3x^2+x^3),{x,0,40}],x]] (* or *) LinearRecurrence[{4,-3,-1},{1,2,6},40] (* _Harvey P. Dale_, Sep 17 2013 *) %o A136776 (PARI) Vec((x-2*x^2+x^3)/(1-4*x+3*x^2+x^3) + O(x^30)) \\ _Colin Barker_, Aug 31 2016 %Y A136776 Cf. A136775. %K A136776 nonn,easy %O A136776 1,2 %A A136776 _Steve Butler_, Jan 21 2008