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 A081625 #22 Sep 08 2022 08:45:09 %S A081625 1,7,41,223,1169,6007,30521,154063,774689,3886567,19472201,97479103, %T A081625 487749809,2439811927,12202248281,61020807343,305132734529, %U A081625 1525749766087,7629007110761,38145810394783,190731376496849 %N A081625 a(n) = 2*5^n - 3^n. %C A081625 Binomial transform of A016516. Inverse binomial transform of A081626. %C A081625 Row sums of the triangle of 2^n terms shown in A178590 appears to = A081625. - _Gary W. Adamson_, May 29 2010 %C A081625 Binomial transform of A006516: (1, 6, 28, 120, 496, ...). - _Gary W. Adamson_, May 31 2010 %H A081625 Vincenzo Librandi, <a href="/A081625/b081625.txt">Table of n, a(n) for n = 0..1000</a> %H A081625 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (8,-15). %F A081625 a(n) = 8*a(n-1) - 15*a(n-2), a(0)=1, a(1)=7. %F A081625 G.f.: (1-x)/((1-3*x)(1-5*x)). %F A081625 E.g.f. 2*exp(5*x) - exp(3*x). %F A081625 a(n) = Sum_{k=0..n} A125185(n,k)*3^k. - _Philippe Deléham_, Feb 26 2012 %t A081625 CoefficientList[Series[(1 - x) / ((1 - 3 x) (1 - 5 x)), {x, 0, 40}], x] (* _Vincenzo Librandi_, Aug 09 2013 *) %t A081625 LinearRecurrence[{8,-15},{1,7},30] (* _Harvey P. Dale_, Oct 14 2013 *) %o A081625 (Magma) [2*5^n-3^n: n in [0..25]]; // _Vincenzo Librandi_, Aug 09 2013 %Y A081625 Cf. A178590, A006516. %K A081625 easy,nonn %O A081625 0,2 %A A081625 _Paul Barry_, Mar 25 2003