%I #5 Jun 29 2015 02:51:25
%S 1,1,1,3,5,8,11,14,19,24,30,36,43,50,59,67,77,87,98,109,121,134,148,
%T 162,176,192,208,224,242,260,278,297,317,338,359,381,403,426,450,474,
%U 499,524,551,577,605,633,661,691,720,751,782,814,846,879,912,947,981
%N Integer part of (Product(n^(log(1 + i)/i^2), {i, 1, n})).
%t Floor[Product[n^(Log[1 + i]/i^2), {i, 1, n}]]
%Y Cf. A062485.
%K nonn
%O 0,4
%A _Olivier GĂ©rard_, Jun 23 2001