login
A129365
a(n) = A092287(n)/A129364(n).
4
1, 1, 1, 1, 1, 2, 2, 2, 6, 48, 48, 48, 48, 1536, 207360, 207360, 207360, 1105920, 1105920, 17694720, 30098718720, 15410543984640, 15410543984640, 481579499520, 60197437440000, 123284351877120000, 29958097506140160000
OFFSET
1,6
COMMENTS
Conjectures:
A) a(n) is always an integer.
B) If p is a prime then p|a(n) if and only if p <= n/3. Let ordp(n,p) denote the exponent of the largest power of p which divides n. For example, ordp(48,2) = 4 since 48 = 3*(2^4). The precise decomposition of a(n) into primes would follow from the following two conjectures:
C) For each positive integer n and prime p, ordp(a(n*p),p) = ordp(a(n*p+1),p) = ordp(a(n*p+2),p) = . . . = ordp(a(n*p+p-1),p).
D) Let b(n) = A004125(n). Then ordp(a(n*p),p) = b(n) + b(floor(n/p)) + b(floor(n/p^2)) + b(floor(n/p^3)) + .... This is reminiscent of de Polignac's formula (also due to Legendre) for the prime factorization of n! (see the link).
FORMULA
a(n) = ( Product_{j = 1..n} Product_{k = 1..n} gcd(j,k) ) / ( Product_{j = 1..n} Product_{d|j} d^(j/d) ).
a(n) = ( Product_{j = 1..n} Product_{k = 1..n} gcd(j,k) ) / ( Product_{k = 1..n} (floor(n/k)!)^k ).
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Peter Bala, Apr 13 2007
STATUS
approved