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 A017566 #14 Jul 17 2017 10:10:35 %S A017566 59049,576650390625,205891132094649,8140406085191601, %T A017566 119042423827613001,984930291881790849,5631351470947265625, %U A017566 24842341419143568849,90438207500880449001,283942098606901565601,792594609605189126649 %N A017566 a(n) = (12*n+3)^10. %H A017566 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1). %p A017566 A017566:=n->(12*n+3)^10: seq(A017566(n), n=0..20); # _Wesley Ivan Hurt_, Apr 28 2017 %t A017566 (12Range[0,10]+3)^10 (* _Harvey P. Dale_, Aug 20 2012 *) %Y A017566 Cf. A008454, A017557. %K A017566 nonn,easy %O A017566 0,1 %A A017566 _N. J. A. Sloane_