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 A081343 #20 Sep 08 2022 08:45:09 %S A081343 1,7,58,532,5128,50512,502048,5008192,50032768,500131072,5000524288, %T A081343 50002097152,500008388608,5000033554432,50000134217728, %U A081343 500000536870912,5000002147483648,50000008589934592,500000034359738368 %N A081343 a(n) = (10^n + 4^n)/2. %C A081343 Binomial transform of A025551. 7th binomial transform of {1, 0, 9, 0, 81, 0, 729, 0, ...}. %H A081343 Vincenzo Librandi, <a href="/A081343/b081343.txt">Table of n, a(n) for n = 0..200</a> %H A081343 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (14,-40). %F A081343 a(n) = 14*a(n-1) -40*a(n-2), a(0)=1, a(1)=7. %F A081343 G.f.: (1-7*x)/((1-4*x)*(1-10*x)). %F A081343 E.g.f.: exp(7*x) * cosh(3*x). %F A081343 a(n) = ((7+sqrt(9))^n + (7-sqrt(9))^n)/2. - Al Hakanson (hawkuu(AT)gmail.com), Dec 08 2008 %p A081343 seq( (10^n + 4^n)/2, n=0..25); # _G. C. Greubel_, Jan 07 2020 %t A081343 CoefficientList[Series[(1-7x)/((1-4x)(1-10x)), {x, 0, 20}], x] (* _Vincenzo Librandi_, Aug 08 2013 *) %o A081343 (Magma) [(10^n+4^n)/2: n in [0..25]]; // _Vincenzo Librandi_, Aug 08 2013 %o A081343 (PARI) a(n)=(10^n+4^n)/2 \\ _Charles R Greathouse IV_, Oct 07 2015 %o A081343 (Sage) [(10^n + 4^n)/2 for n in (0..25)] # _G. C. Greubel_, Jan 07 2020 %o A081343 (GAP) List([0..25], n-> (10^n + 4^n)/2); # _G. C. Greubel_, Jan 07 2020 %Y A081343 Cf. A081342. %K A081343 easy,nonn %O A081343 0,2 %A A081343 _Paul Barry_, Mar 18 2003