cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A197325 Floor((5n+1/n)^n).

This page as a plain text file.
%I A197325 #17 Jun 03 2025 11:28:09
%S A197325 6,110,3605,168151,10162550,753640010,66200225626,6719243243859,
%T A197325 773662803646264,99627047203913814,14186632841753756405,
%U A197325 2213340465298424454702,375449162169269152689331,68797650004483898373052060,13542753444466024362689788808
%N A197325 Floor((5n+1/n)^n).
%H A197325 Vincenzo Librandi, <a href="/A197325/b197325.txt">Table of n, a(n) for n = 1..300</a>
%t A197325 Floor[Table[(5n+1/n)^n,{n,20}]] (* _Harvey P. Dale_, Sep 15 2023 *)
%o A197325 (Magma) [Floor((5*n+1/n)^n): n in [1..20]];
%o A197325 (PARI) a(n)=floor((5*n+1/n)^n) \\ _Charles R Greathouse IV_, Dec 27 2011
%Y A197325 Cf. A014052.
%K A197325 nonn,less
%O A197325 1,1
%A A197325 _Vincenzo Librandi_, Oct 17 2011