Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A014052 a(n) = floor((n+1/n)^n). 25
2, 6, 37, 326, 3802, 54992, 948645, 18992710, 432655358, 11046221254, 312347907386, 9688154906657, 327018557066164, 11932588574197763, 468012768020438830, 19634066192684343922, 877272066059957914873, 41590621075366029857195, 2085184183314142201403129 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A014052:=n->floor((n+1/n)^n): seq(A014052(n), n=1..20); # Wesley Ivan Hurt, Aug 15 2016
MATHEMATICA
Table[Floor[(n+1/n)^n], {n, 20}] (* Wesley Ivan Hurt, Aug 15 2016 *)
PROG
(Magma) [Floor((n+1/n)^n): n in [1..20]]; // Vincenzo Librandi, Oct 17 2011
(PARI) a(n)=(n+1/n)^n\1 \\ Charles R Greathouse IV, Apr 17 2012
(SageMath) [int((n+1/n)^n) for n in range(1, 51)] # G. C. Greubel, Feb 05 2024
CROSSREFS
Sequence in context: A001660 A368139 A275904 * A014056 A241300 A113375
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 14 1998
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 August 22 01:28 EDT 2024. Contains 375353 sequences. (Running on oeis4.)