A062464 Nearest integer to log(n)^sqrt(n).
0, 1, 1, 2, 3, 4, 6, 8, 11, 14, 18, 23, 30, 38, 47, 59, 73, 90, 111, 135, 164, 199, 240, 288, 346, 413, 491, 583, 691, 816, 962, 1131, 1327, 1554, 1816, 2118, 2465, 2865, 3323, 3849, 4451, 5139, 5925, 6821, 7842, 9003, 10324, 11823, 13523, 15449
Offset: 1
Programs
-
Mathematica
Table[Round[Log[n]^Sqrt[n]],{n,50}] (* Harvey P. Dale, Dec 31 2021 *)
Extensions
Previous Mathematica program replaced by Harvey P. Dale, Dec 31 2021