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 A017627 #15 Sep 08 2022 08:44:43 %S A017627 8589934592,204800000000000,36028797018963968,1196683881290399744, %T A017627 16985107389382393856,143746751770690322432,858993459200000000000, %U A017627 3996373778857415671808,15394540563150776827904,51172646912339021398016 %N A017627 a(n) = (12*n+8)^11. %H A017627 Vincenzo Librandi, <a href="/A017627/b017627.txt">Table of n, a(n) for n = 0..1000</a> %H A017627 <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1). %F A017627 a(n) = A008455(A017617(n)). - _Michel Marcus_, Apr 19 2017 %p A017627 A017627:=n->(12*n+8)^11: seq(A017627(n), n=0..20); # _Wesley Ivan Hurt_, Apr 18 2017 %t A017627 Table[(12 n + 8)^11, {n, 0, 30}] (* _Vincenzo Librandi_, Apr 19 2017 *) %o A017627 (Magma) [(12*n+8)^11: n in [0..20]]; // _Vincenzo Librandi_, Apr 19 2017 %Y A017627 Cf. A008455, A017617. %K A017627 nonn,easy %O A017627 0,1 %A A017627 _N. J. A. Sloane_