login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Integer part of log(n^n)^(n^(-1/n)).
1

%I #10 Nov 30 2024 13:28:48

%S 0,1,2,3,4,5,7,8,10,12,13,15,17,19,22,24,26,28,31,33,36,39,41,44,47,

%T 50,53,56,59,62,65,68,71,74,78,81,84,88,91,95,98,102,105,109,112,116,

%U 120,123,127,131,135,139,143,146,150,154,158,162,166,170,174,179,183

%N Integer part of log(n^n)^(n^(-1/n)).

%t Table[Floor[Log[n^n]^(n^(-1/n))],{n,70}] (* _Harvey P. Dale_, Nov 30 2024 *)

%Y Cf. A062470.

%K nonn,easy

%O 1,3

%A _Olivier GĂ©rard_, Jun 23 2001

%E Name and Mathematica corrected by _Sean A. Irvine_, Mar 31 2023

%E Previous Mathematica program replaced by _Harvey P. Dale_, Nov 30 2024