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!)
A198070 a(n) = round((n+1/n)^5). 1

%I #27 Mar 20 2023 03:44:38

%S 32,98,412,1387,3802,8918,18593,35409,62785,105101,167817,257593,

%T 382409,551685,776401,1069217,1444593,1918909,2510585,3240201,4130616,

%U 5207092,6497408,8031984,9844000,11969516,14447592,17320408

%N a(n) = round((n+1/n)^5).

%H Vincenzo Librandi, <a href="/A198070/b198070.txt">Table of n, a(n) for n = 1..10000</a>

%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) = n*(n^4+5*n^2+10) = A197904(n)-1 for n>20. - _Bruno Berselli_, Oct 27 2011

%o (Magma) [Round((n+1/n)^5): n in [1..60]];

%o (PARI) a(n)=round((n+1/n)^5) \\ _Charles R Greathouse IV_, Oct 27 2011

%Y Cf. A014056, A197904.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Oct 21 2011

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 April 18 20:10 EDT 2024. Contains 371781 sequences. (Running on oeis4.)