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 A164551 #9 Sep 08 2022 08:45:47 %S A164551 1,9,71,539,4041,30169,224911,1675899,12485681,93014729,692919351, %T A164551 5161913659,38453668921,286460329689,2133983587391,15897089609819, %U A164551 118425207937761,882207376791049,6571994817093031,48958008011900379 %N A164551 a(n) = 10*a(n-1)-19*a(n-2) for n > 1; a(0) = 1, a(1) = 9. %C A164551 Binomial transform of A154235. Inverse binomial transform of A164552. %H A164551 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (10, -19). %F A164551 a(n) = ((3+2*sqrt(6))*(5+sqrt(6))^n+(3-2*sqrt(6))*(5-sqrt(6))^n)/6. %F A164551 G.f.: (1-x)/(1-10*x+19*x^2). %t A164551 LinearRecurrence[{10,-19},{1,9},30] (* _Harvey P. Dale_, Dec 26 2015 *) %o A164551 (Magma) [ n le 2 select 8*n-7 else 10*Self(n-1)-19*Self(n-2): n in [1..20] ]; %Y A164551 Cf. A154235, A164552. %K A164551 nonn %O A164551 0,2 %A A164551 _Klaus Brockhaus_, Aug 15 2009