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 A017067 #18 Sep 08 2022 08:44:41 %S A017067 0,512,4096,13824,32768,64000,110592,175616,262144,373248,512000, %T A017067 681472,884736,1124864,1404928,1728000,2097152,2515456,2985984, %U A017067 3511808,4096000,4741632,5451776,6229504,7077888 %N A017067 a(n) = (8*n)^3. %H A017067 Vincenzo Librandi, <a href="/A017067/b017067.txt">Table of n, a(n) for n = 0..10000</a> %H A017067 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A017067 G.f.: 512*x*(1 + 4*x + x^2)/(-1+x)^4. - _R. J. Mathar_, Jun 24 2009 %F A017067 a(n) = A008590(n)^3. %o A017067 (Magma) [(8*n)^3: n in [0..35]]; // _Vincenzo Librandi_, Jul 10 2011 %Y A017067 Cf. A008590. %K A017067 nonn,easy %O A017067 0,2 %A A017067 _N. J. A. Sloane_