%I #10 Aug 07 2015 03:03:45
%S 1,4,12,60,420,2520,27720,720720,720720,24504480,465585120,2793510720,
%T 64250746560,642507465600,1927522396800,111796299014400,
%U 3465685269446400,20794111616678400,727793906583744000
%N Square root of product of terms in row n of A083486.
%p A083484 := proc(n) sqrt(mul(A083486(n,m),m=1..n)) ; end:
%p for n from 1 to 25 do printf("%a ",A083484(n)) ; od ; # _R. J. Mathar_, Apr 05 2007
%Y Cf. A083485, A083486.
%K nonn
%O 1,2
%A _Amarnath Murthy_ and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 03 2003
%E Corrected and extended by _R. J. Mathar_, Apr 05 2007