login

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

Integer part of Product_{j=1..n-1} (n-j)^(1 + log(j)).
1

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

%S 1,1,1,2,9,110,2741,140984,14177631,2659528044,893354807473,

%T 518557715842286,504147721518034695,798582385374168781307,

%U 2011030171464903368562576,7875983238415961664043803109,47030087514170790354083969835412,420571558854512807058857478503109736

%N Integer part of Product_{j=1..n-1} (n-j)^(1 + log(j)).

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

%Y Cf. A062499.

%K nonn

%O 0,4

%A _Olivier GĂ©rard_, Jun 23 2001

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