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)^(1 + log(j)).
1

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

%S 1,1,1,2,10,110,2741,140985,14177631,2659528045,893354807474,

%T 518557715842286,504147721518034695,798582385374168781307,

%U 2011030171464903368562577,7875983238415961664043803110,47030087514170790354083969835412,420571558854512807058857478503109737

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

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

%Y Cf. A062498.

%K nonn

%O 0,4

%A _Olivier GĂ©rard_, Jun 23 2001

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