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.

A014058 a(n) = ceiling((n+1/n)^n).

This page as a plain text file.
%I A014058 #19 Sep 08 2022 08:44:39
%S A014058 2,7,38,327,3803,54993,948646,18992711,432655359,11046221255,
%T A014058 312347907387,9688154906658,327018557066165,11932588574197764,
%U A014058 468012768020438831,19634066192684343923,877272066059957914874
%N A014058 a(n) = ceiling((n+1/n)^n).
%H A014058 Vincenzo Librandi, <a href="/A014058/b014058.txt">Table of n, a(n) for n = 1..300</a>
%t A014058 Table[Ceiling[(n+1/n)^n],{n,20}] (* _Harvey P. Dale_, Jul 09 2017 *)
%o A014058 (Magma) [Ceiling((n+1/n)^n): n in [1..20]]; // _Vincenzo Librandi_, Oct 18 2011
%o A014058 (PARI) a(n)=ceil((n+1/n)^n) \\ _Charles R Greathouse IV_, Jul 01 2013
%o A014058 (Sage) [ceil((n+1/n)^n) for n in (1..20)] # _G. C. Greubel_, Nov 23 2018
%Y A014058 Cf. A014052, A014056.
%K A014058 nonn
%O A014058 1,1
%A A014058 _N. J. A. Sloane_