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.
%I A014052 #22 Feb 05 2024 01:59:23 %S A014052 2,6,37,326,3802,54992,948645,18992710,432655358,11046221254, %T A014052 312347907386,9688154906657,327018557066164,11932588574197763, %U A014052 468012768020438830,19634066192684343922,877272066059957914873,41590621075366029857195,2085184183314142201403129 %N A014052 a(n) = floor((n+1/n)^n). %H A014052 Vincenzo Librandi, <a href="/A014052/b014052.txt">Table of n, a(n) for n = 1..300</a> %p A014052 A014052:=n->floor((n+1/n)^n): seq(A014052(n), n=1..20); # _Wesley Ivan Hurt_, Aug 15 2016 %t A014052 Table[Floor[(n+1/n)^n], {n, 20}] (* _Wesley Ivan Hurt_, Aug 15 2016 *) %o A014052 (Magma) [Floor((n+1/n)^n): n in [1..20]]; // _Vincenzo Librandi_, Oct 17 2011 %o A014052 (PARI) a(n)=(n+1/n)^n\1 \\ _Charles R Greathouse IV_, Apr 17 2012 %o A014052 (SageMath) [int((n+1/n)^n) for n in range(1,51)] # _G. C. Greubel_, Feb 05 2024 %Y A014052 Cf. A014056, A014058. %K A014052 nonn,easy %O A014052 1,1 %A A014052 _N. J. A. Sloane_, Jun 14 1998