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 A017163 #15 Sep 08 2022 08:44:41 %S A017163 0,729,5832,19683,46656,91125,157464,250047,373248,531441,729000, %T A017163 970299,1259712,1601613,2000376,2460375,2985984,3581577,4251528, %U A017163 5000211,5832000,6751269,7762392,8869743 %N A017163 a(n) = (9*n)^3. %H A017163 Vincenzo Librandi, <a href="/A017163/b017163.txt">Table of n, a(n) for n = 0..10000</a> %H A017163 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A017163 G.f.: 729*x*(1 + 4*x + x^2) / (x-1)^4. - _R. J. Mathar_, Jul 17 2014 %t A017163 (9*Range[0,30])^3 (* or *) LinearRecurrence[{4,-6,4,-1},{0,729,5832,19683},30] (* _Harvey P. Dale_, Sep 09 2019 *) %o A017163 (Magma) [(9*n)^3: n in [0..35]]; // _Vincenzo Librandi_, Jul 22 2011 %K A017163 nonn,easy %O A017163 0,2 %A A017163 _N. J. A. Sloane_