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 A165314 #7 Sep 08 2013 13:31:47 %S A165314 1,6,42,330,2778,24234,215034,1923018,17258010,155125482,1395342906, %T A165314 12554940426,112981880922,1016786596650,9150878043258,82357097082954, %U A165314 741210652521114,6670882987788138,60037895350485690,540340851995941002 %N A165314 a(0)=1, a(1)=6, a(n)=13*a(n-1)-36*a(n-2) for n>1. %C A165314 a(n)/a(n-1) tends to 9. %F A165314 G.f.: (1-7x)/(1-13x+36x^2). a(n)=Sum_{k, 0<=k<=n}A165253(n,k)*6^(n-k). %F A165314 a(n) = (2*9^n+3*4^n)/5. [From _Klaus Brockhaus_, Sep 26 2009] %K A165314 nonn %O A165314 0,2 %A A165314 _Philippe Deléham_, Sep 14 2009