Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #18 Jun 10 2023 15:07:15
%S 0,14025517307,448816553824,3408200705601,14362129722368,
%T 43829741584375,109062422579232,235726869378749,459588151115776,
%U 828192771461043,1402551730700000,2258823587809657,3489997522535424,5207576397467951
%N a(n) = (107*n)^5.
%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).
%F a(n) = A134297(n)^5.
%t Table[(107n)^5, {n, 0, 30}]
%t LinearRecurrence[{6,-15,20,-15,6,-1},{0,14025517307,448816553824,3408200705601,14362129722368,43829741584375},20] (* _Harvey P. Dale_, Jun 10 2023 *)
%o (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 Cf. A134297.
%K nonn,easy
%O 0,2
%A _Artur Jasinski_, Oct 18 2007
%E a(0) prepended and programs adapted by _Jianing Song_ and _Jinyuan Wang_, Jan 24 2020