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 A134298 #18 Jun 10 2023 15:07:15 %S A134298 0,14025517307,448816553824,3408200705601,14362129722368, %T A134298 43829741584375,109062422579232,235726869378749,459588151115776, %U A134298 828192771461043,1402551730700000,2258823587809657,3489997522535424,5207576397467951 %N A134298 a(n) = (107*n)^5. %H A134298 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1). %F A134298 a(n) = A134297(n)^5. %t A134298 Table[(107n)^5, {n, 0, 30}] %t A134298 LinearRecurrence[{6,-15,20,-15,6,-1},{0,14025517307,448816553824,3408200705601,14362129722368,43829741584375},20] (* _Harvey P. Dale_, Jun 10 2023 *) %o A134298 (PARI) concat(0, Vec(14025517307*x*(x^4+26*x^3+66*x^2+26*x+1)/(x-1)^6 + O(x^100))) \\ _Colin Barker_, Oct 25 2014 %Y A134298 Cf. A134297. %K A134298 nonn,easy %O A134298 0,2 %A A134298 _Artur Jasinski_, Oct 18 2007 %E A134298 a(0) prepended and programs adapted by _Jianing Song_ and _Jinyuan Wang_, Jan 24 2020