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 A017057 #20 Sep 08 2022 08:44:41 %S A017057 7776,371293,3200000,14348907,45435424,115856201,254803968,503284375, %T A017057 916132832,1564031349,2535525376,3939040643,5904900000,8587340257, %U A017057 12166529024,16850581551,22877577568,30517578125 %N A017057 a(n) = (7*n + 6)^5. %H A017057 Vincenzo Librandi, <a href="/A017057/b017057.txt">Table of n, a(n) for n = 0..10000</a> %H A017057 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1). %F A017057 G.f.: (x^5 + 32762*x^4 + 562782*x^3 + 1088882*x^2 + 324637*x + 7776)/(x-1)^6. [_Colin Barker_, Sep 17 2012] %t A017057 (7*Range[0,20]+6)^5 (* or *) LinearRecurrence[{6,-15,20,-15,6,-1},{7776,371293,3200000,14348907,45435424,115856201},20] (* _Harvey P. Dale_, Dec 20 2016 *) %o A017057 (Magma) [(7*n+6)^5: n in [0..40]]; // _Vincenzo Librandi_, Jul 10 2011 %Y A017057 Cf. A017053 (7*n+6). %K A017057 nonn,easy %O A017057 0,1 %A A017057 _N. J. A. Sloane_