The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A229334 Product of numbers of elements of nonempty subsets of divisors of n. 0

%I #7 Dec 11 2015 22:04:33

%S 1,2,2,24,2,20736,2,20736,24,20736,2,11501279977342425366528000000,2,

%T 20736,20736,309586821120,2,11501279977342425366528000000,2,

%U 11501279977342425366528000000,20736,20736,2

%N Product of numbers of elements of nonempty subsets of divisors of n.

%C Number of nonempty subsets of divisors of n = A100587(n).

%C Also product of sizes of all the subsets of set of divisors of n.

%F a(n) = product[k=1..tau(n)] k^C(tau(n),k) = product[k=1..tau(n)] k^(tau(n)!/((tau(n)-k)!*k!)).

%e For n = 4; divisors of 4: {1, 2, 4}; nonempty subsets of divisors of n: {1}, {2}, {4}, {1, 2}, {1, 4}, {2, 4}, {1, 2, 4}; product of numbers of elements of subsets = 1*1*1*2*2*2*3 = 24.

%e For n = 4; tau(4) = 3; a(4) = [1^(3!/((3-1)!*1!))] * [2^(3!/((3-2)!*2!))] * [3^(3!/((3-3)!*3!))] = 1^3 * 2^3 * 3^1 = 24.

%t Table[Times @@ Rest[Length /@ Subsets[Divisors[n]]], {n, 23}] (* _T. D. Noe_, Oct 01 2013 *)

%Y Cf. A000005, A100587, A229333.

%K nonn

%O 1,2

%A _Jaroslav Krizek_, Sep 30 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 02:15 EDT 2024. Contains 372536 sequences. (Running on oeis4.)