login
Product of products of elements of subsets of divisors of n.
4

%I #10 Mar 05 2015 09:42:19

%S 1,4,9,4096,25,2821109907456,49,281474976710656,531441,

%T 10000000000000000,121,

%U 39939223824273992215667642551956428337968885602521915290518994217942463316460321327052965050967304175616,169,2177953337809371136,6568408355712890625,1461501637330902918203684832716283019655932542976

%N Product of products of elements of subsets of divisors of n.

%F Conjecture: a(n) = n^s(n); where s(n) = A057711(tau(n)) = A057711(A000005(n)) = tau(n)*2^(tau(n)-2).

%e For n = 4; divisors of 4: {1, 2, 4}; subsets of divisors of n: {}, {1}, {2}, {4}, {1, 2}, {1, 4}, {2, 4}, {1, 2, 4}; product of products of elements of subsets = 1*1*2*4*2*4*8*8 = 4096.

%t Table[Times@@Times@@@Subsets[Divisors[n]],{n,20}] (* _Harvey P. Dale_, Mar 05 2015 *)

%Y Cf. A229335 (sum of sums of the elements), A229336 (product of sums of the elements), A229337 (sum of products of the elements).

%K nonn

%O 1,2

%A _Jaroslav Krizek_, Sep 20 2013