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 A155630 #21 Mar 02 2022 12:08:47 %S A155630 1,6,66,666,6306,58026,527346,4766586,42981186,387158346,3485735826, %T A155630 31376865306,282412759266,2541798719466,22876524019506, %U A155630 205890058352826,1853015893884546,16677164519797386,150094566577522386 %N A155630 a(n) = 9^n-4^n+1^n. %H A155630 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (14,-49,36). %F A155630 G.f.: 1/(1-9*x)-1/(1-4*x)+1/(1-x). E.g.f.: e^(9*x)-e^(4*x)+e^x. %F A155630 a(n) = 13*a(n-1)-36*a(n-2)+24 with a(0)=1, a(1)=6. - _Vincenzo Librandi_, Jul 21 2010 %t A155630 Table[9^n-4^n+1,{n,0,20}] (* or *) LinearRecurrence[{14,-49,36},{1,6,66},20] (* _Harvey P. Dale_, Aug 08 2019 *) %o A155630 (PARI) a(n)=9^n-4^n+1 \\ _Charles R Greathouse IV_, Sep 24 2015 %Y A155630 Cf. A155596, A155597, A155598, A155599, A155600, A155601, A155622, A155623, A155624, A155625, A155626, A155627, A155628, A155629. %K A155630 nonn,easy %O A155630 0,2 %A A155630 _Mohammad K. Azarian_, Jan 30 2009