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 A128802 #17 Sep 08 2022 08:45:30 %S A128802 0,0,128,3072,49152,655360,7864320,88080384,939524096,9663676416, %T A128802 96636764160,944892805120,9070970929152,85761906966528, %U A128802 800444465020928,7388718138654720,67553994410557440,612489549322387456 %N A128802 a(n) = n*(n-1)*8^n. %H A128802 Vincenzo Librandi, <a href="/A128802/b128802.txt">Table of n, a(n) for n = 0..1000</a> %H A128802 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (24,-192,512). %F A128802 a(n) = 24*a(n-1) - 192*a(n-2) + 512*a(n-3); a(0)=0, a(1)=0, a(2)=128. - _Harvey P. Dale_, Nov 05 2011 %F A128802 G.f.: -128*x^2/(8*x-1)^3. - _Harvey P. Dale_, Nov 05 2011 %F A128802 a(n) = 128*A081138(n). - _R. J. Mathar_, Apr 26 2015 %t A128802 Table[(n^2-n)8^n,{n,0,20}] (* or *) LinearRecurrence[{24,-192,512},{0,0,128},20] (* _Harvey P. Dale_, Nov 05 2011 *) %o A128802 (Magma) [(n^2-n)*8^n: n in [0..20]]; // _Vincenzo Librandi_, Nov 16 2011 %Y A128802 Cf. A036289, A007758. %K A128802 nonn,easy %O A128802 0,3 %A A128802 _Mohammad K. Azarian_, Apr 07 2007