login

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”).

A197978
a(n) = round((5*n+1/n)^n).
1
6, 110, 3605, 168151, 10162550, 753640010, 66200225627, 6719243243860, 773662803646264, 99627047203913814, 14186632841753756405, 2213340465298424454702, 375449162169269152689332, 68797650004483898373052060, 13542753444466024362689788809
OFFSET
1,1
LINKS
MATHEMATICA
Table[Round[(5n+1/n)^n], {n, 20}] (* Harvey P. Dale, Feb 09 2015 *)
PROG
(Magma) [Round((5*n+1/n)^n): n in [1..20]]
CROSSREFS
Sequence in context: A050884 A156554 A197325 * A241702 A302866 A243511
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Oct 20 2011
EXTENSIONS
More terms from Harvey P. Dale, Feb 09 2015
STATUS
approved