A062430 Nearest integer to log(n^n)^((1 - 1/n)^(1/n)).
1, 1, 3, 5, 7, 10, 13, 16, 19, 22, 26, 29, 33, 36, 40, 44, 48, 51, 55, 59, 63, 67, 72, 76, 80, 84, 88, 93, 97, 102, 106, 110, 115, 119, 124, 129, 133, 138, 142, 147, 152, 157, 161, 166, 171, 176, 181, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240
Offset: 1
Programs
-
Mathematica
Round[Log[n^n]^(1 - 1/n)^(1/n)]