The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134298 a(n) = (107*n)^5. 1

%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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 13:44 EDT 2024. Contains 372738 sequences. (Running on oeis4.)