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!)
A127265 a(n) = floor((n + 1/2)^(n + 1/2)). 2

%I #16 Oct 06 2019 17:48:50

%S 0,1,9,80,869,11803,192281,3655606,79443957,1942559143,52782218505,

%T 1577702682937,51448789686149,1817631642953447,69156981989768944,

%U 2819300196678697654,122598478244655040543,5664555705302984032359

%N a(n) = floor((n + 1/2)^(n + 1/2)).

%H Robert Israel, <a href="/A127265/b127265.txt">Table of n, a(n) for n = 0..385</a>

%p Digits := 140 : A127265 := proc(n) floor( (n+1/2)^(n+1/2)) ; end: seq(A127265(n),n=0..40) ; # _R. J. Mathar_, Sep 23 2007

%t Array[Floor[(# + 1/2)^(# + 1/2)] &, 18, 0] (* _Michael De Vlieger_, Oct 06 2019 *)

%K nonn

%O 0,3

%A _Leroy Quet_, Mar 27 2007

%E More terms from _R. J. Mathar_, Sep 23 2007

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 24 15:52 EDT 2024. Contains 371961 sequences. (Running on oeis4.)