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 A017295 #20 Sep 08 2022 08:44:42 %S A017295 8,1728,10648,32768,74088,140608,238328,373248,551368,778688,1061208, %T A017295 1404928,1815848,2299968,2863288,3511808,4251528,5088448,6028568, %U A017295 7077888,8242408,9528128,10941048,12487168 %N A017295 (10*n+2)^3. %H A017295 Vincenzo Librandi, <a href="/A017295/b017295.txt">Table of n, a(n) for n = 0..10000</a> %H A017295 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A017295 a(n) = A017293(n)^3 = A000578(10n+2). - _Wesley Ivan Hurt_, May 02 2014 %F A017295 G.f.: 8*(64*x^3+473*x^2+212*x+1) / (x-1)^4. - _Colin Barker_, May 03 2014 %p A017295 A017295:=n->(10*n+2)^3; seq(A017295(n), n=0..40); # _Wesley Ivan Hurt_, May 02 2014 %t A017295 Table[(10 n + 2)^3, {n, 0, 40}] (* _Wesley Ivan Hurt_, May 02 2014 *) %t A017295 LinearRecurrence[{4,-6,4,-1},{8,1728,10648,32768},30] (* _Harvey P. Dale_, Aug 24 2018 *) %o A017295 (Magma) [(10*n+2)^3: n in [0..35]]; // _Vincenzo Librandi_, Jul 30 2011 %o A017295 (PARI) Vec(8*(64*x^3+473*x^2+212*x+1)/(x-1)^4 + O(x^100)) \\ _Colin Barker_, May 03 2014 %Y A017295 Cf. A000578, A017293. %K A017295 nonn,easy %O A017295 0,1 %A A017295 _N. J. A. Sloane_, Dec 11 1996