OFFSET
0,3
LINKS
Robert Israel, Table of n, a(n) for n = 0..385
MAPLE
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
MATHEMATICA
Array[Floor[(# + 1/2)^(# + 1/2)] &, 18, 0] (* Michael De Vlieger, Oct 06 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet, Mar 27 2007
EXTENSIONS
More terms from R. J. Mathar, Sep 23 2007
STATUS
approved