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 A127369 #16 Sep 08 2022 08:45:29 %S A127369 8,160,1920,17408,133120,909312,5734400,34078720,193462272,1059061760, %T A127369 5628755968,29192355840,148310589440,740344987648,3639984783360, %U A127369 17660905521152,84696755077120,402008938905600,1890610243960832 %N A127369 (n^3+n)*4^n. %H A127369 Vincenzo Librandi, <a href="/A127369/b127369.txt">Table of n, a(n) for n = 1..1000</a> %H A127369 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (16,-96,256,-256). %F A127369 G.f.: 8*x*(1+4*x+16*x^2)/(1-4*x)^4. [_R. J. Mathar_, Dec 19 2008] %t A127369 Table[(n^3 + n) 4^n, {n, 20}] (* _Vincenzo Librandi_ Feb 22 2013 *) %t A127369 LinearRecurrence[{16,-96,256,-256},{8,160,1920,17408},20] (* _Harvey P. Dale_, Aug 14 2021 *) %o A127369 (Magma) [(n^3 + n) * 4^n: n in [1..20]]; // _Vincenzo Librandi_, Feb 22 2013 %Y A127369 Cf. A128796, A128960, A128985, A129002. %K A127369 nonn,easy %O A127369 1,1 %A A127369 _Mohammad K. Azarian_, May 02 2007