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!)
A014058 a(n) = ceiling((n+1/n)^n). 25
2, 7, 38, 327, 3803, 54993, 948646, 18992711, 432655359, 11046221255, 312347907387, 9688154906658, 327018557066165, 11932588574197764, 468012768020438831, 19634066192684343923, 877272066059957914874 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Ceiling[(n+1/n)^n], {n, 20}] (* Harvey P. Dale, Jul 09 2017 *)
PROG
(Magma) [Ceiling((n+1/n)^n): n in [1..20]]; // Vincenzo Librandi, Oct 18 2011
(PARI) a(n)=ceil((n+1/n)^n) \\ Charles R Greathouse IV, Jul 01 2013
(Sage) [ceil((n+1/n)^n) for n in (1..20)] # G. C. Greubel, Nov 23 2018
CROSSREFS
Sequence in context: A106211 A222034 A337685 * A119602 A121752 A054133
KEYWORD
nonn
AUTHOR
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 19 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)