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 A017532 #29 Sep 08 2022 08:44:43 %S A017532 0,8916100448256,36520347436056576,4738381338321616896, %T A017532 149587343098087735296,2176782336000000000000,19408409961765342806016, %U A017532 123410307017276135571456,612709757329767363772416,2518170116818978404827136 %N A017532 a(n) = (12*n)^12. %C A017532 a(n) = A155955(n,12) for n > 11. - _Reinhard Zumkeller_, Jan 31 2009 %H A017532 Vincenzo Librandi, <a href="/A017532/b017532.txt">Table of n, a(n) for n = 0..500</a> %H A017532 <a href="/index/Rec#order_13">Index entries for linear recurrences with constant coefficients</a>, signature (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1). %t A017532 (12*Range[0,20])^12 (* _Harvey P. Dale_, Oct 11 2019 *) %o A017532 (Magma) [(12*n)^12: n in [0..10]]; // _Vincenzo Librandi_, Jul 29 2011 %o A017532 (PARI) a(n)=(12*n)^12 \\ _Charles R Greathouse IV_, Jul 29 2011 %o A017532 (Maxima) makelist((12*n)^12,n,0,30); /* _Martin Ettl_, Oct 21 2012 */ %K A017532 nonn,easy %O A017532 0,2 %A A017532 _N. J. A. Sloane_