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!)
A014056 a(n) = round( (n + 1/n)^n ). 24
2, 6, 37, 326, 3802, 54992, 948645, 18992711, 432655358, 11046221254, 312347907386, 9688154906658, 327018557066165, 11932588574197763, 468012768020438830, 19634066192684343923, 877272066059957914874 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Round[(n+1/n)^n], {n, 50}] (* G. C. Greubel, Feb 05 2024 *)
PROG
(Magma) [Round((n+1/n)^n): n in [1..20]]; // Vincenzo Librandi, Oct 20 2011
(PARI) a(n)=round((n+1/n)^n) \\ Charles R Greathouse IV, Jul 01 2013
(SageMath) [round((n+1/n)^n) for n in range(1, 51)] # G. C. Greubel, Feb 05 2024
CROSSREFS
Sequence in context: A368139 A275904 A014052 * A241300 A113375 A117266
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 March 19 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)