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
32, 98, 412, 1387, 3802, 8918, 18593, 35409, 62785, 105101, 167817, 257593, 382409, 551685, 776401, 1069217, 1444593, 1918909, 2510585, 3240201, 4130616, 5207092, 6497408, 8031984, 9844000, 11969516, 14447592, 17320408 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = n*(n^4+5*n^2+10) = A197904(n)-1 for n>20. - Bruno Berselli, Oct 27 2011
PROG
(Magma) [Round((n+1/n)^5): n in [1..60]];
(PARI) a(n)=round((n+1/n)^5) \\ Charles R Greathouse IV, Oct 27 2011
CROSSREFS
Sequence in context: A287925 A039519 A190176 * A197904 A273554 A218901
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 21 2011
STATUS
approved

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)