login

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

Nearest integer to Product_{j=1..n-1} (n-j)^log(j).
1

%I #10 Jun 14 2022 21:40:38

%S 1,1,1,1,2,5,23,196,2813,65961,2461846,142900605,12629963362,

%T 1667181039425,322952216807258,90343400059852993,35964677954267885714,

%U 20101122321919710856624,15578877275203698667362792,16551744087124668098653612165

%N Nearest integer to Product_{j=1..n-1} (n-j)^log(j).

%t Round[Product[(n - i)^Log[i], {i, 1, n - 1}]]

%Y Cf. A062494.

%K nonn

%O 0,5

%A _Olivier GĂ©rard_, Jun 23 2001

%E a(14) onward corrected by _Sean A. Irvine_, Jun 14 2022