OFFSET
1,2
COMMENTS
Here, proper divisors include 1 but not the argument (k or n, respectively) in the divisor set, as counted in A032741.
FORMULA
If p is prime, a(p) = A034386(p).
EXAMPLE
a(8) = 6720 is the product of the 7 numbers k: 1 {1}, 2 {1}, 3 {1}, 4 {1, 2}, 5 {1}, 7 {1}, 8 {1, 2, 4} with divisor set that are subsets of {1, 2, 4} for n = 8. 1 * 2 * 3 * 4 * 5 * 7 * 8 = 6720.
PROG
(Magma) [ &*[ k: k in [1..n] | forall(t){ d: d in Divisors(k) | d eq k or d in Divisors(n) } ]: n in [1..27] ]; // Klaus Brockhaus, Apr 07 2009
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Apr 01 2009
EXTENSIONS
Edited by R. J. Mathar, Apr 06 2009
More terms from Klaus Brockhaus, Apr 07 2009
STATUS
approved