login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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