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 A048501 #19 Sep 08 2022 08:44:57 %S A048501 1,2,12,48,152,424,1096,2696,6408,14856,33800,75784,167944,368648, %T A048501 802824,1736712,3735560,7995400,17039368,36175880,76546056,161480712, %U A048501 339738632,713031688,1493172232,3120562184,6509559816,13555990536,28185722888,58518929416 %N A048501 a(n) = 2^(n-1)*(8*n-14)+8. %C A048501 a(n) = T(7, n), array T given by A048494. %H A048501 Vincenzo Librandi, <a href="/A048501/b048501.txt">Table of n, a(n) for n = 0..2000</a> %H A048501 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (5,-8,4). %F A048501 G.f.: (1-3*x+10*x^2) / ((1-x)*(1-2*x)^2). - _Colin Barker_, Aug 24 2016 %t A048501 Table[2^(n-1) (8n-14)+8,{n,0,30}] (* or *) LinearRecurrence[{5,-8,4},{1,2,12},30] (* _Harvey P. Dale_, Nov 22 2014 *) %o A048501 (Magma) [2^(n-1)*(8*n-14)+8 : n in [0..30]]; // _Vincenzo Librandi_, Sep 25 2011 %o A048501 (PARI) Vec((1-3*x+10*x^2)/((1-x)*(1-2*x)^2) + O(x^40)) \\ _Colin Barker_, Aug 24 2016 %K A048501 nonn,easy %O A048501 0,2 %A A048501 _Clark Kimberling_ %E A048501 Formula from _Ralf Stephan_, Jan 15 2004