login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092287 Product_{j=1..n} Product_{k=1..n} gcd(j,k). 6
1, 1, 2, 6, 96, 480, 414720, 2903040, 5945425920, 4334215495680, 277389791723520000, 3051287708958720000, 437332621360674939863040000, 5685324077688774218219520000, 15974941971638268369709427589120000, 982608696336737613503095822614528000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Conjecture: Let p be a prime and let ordp(n,p) denote the exponent of the highest power of p which divides n. For example, ordp(48,2)=4, since 48=3*(2^4). Then we conjecture that the prime factorization of a(n) is given by the formula: ordp(a(n),p) = (floor(n/p))^2 + (floor(n/p^2))^2 + (floor(n/p^3))^2 + . . .. Compare this to the de Polignac-Legendre formula for the prime factorization of n!: ordp(n!,p) = floor(n/p) + floor(n/p^2) + floor(n/p^3) + . . .. This suggests that a(n) can be considered as generalization of n!. See A129453 for the analogue for a(n) of Pascal's triangle. See A129454 for the sequence defined as a triple product of gcd(i,j,k). - Peter Bala (pbala(AT)toucansurf.com), Apr 16 2007

FORMULA

Also a(n) = product{k=1 to n} product{j=1 to n} LCM(1, 2, 3, ..., floor(min(n/k, n/j))).

MAPLE

f := n->mul(mul(gcd(j, k), k=1..n), j=1..n);

CROSSREFS

Cf. A018806, A090494.

Cf. A129365, A129439, A129453, A129454, A129455.

Sequence in context: A007188 A206156 A129364 * A035482 A007870 A081992

Adjacent sequences:  A092284 A092285 A092286 * A092288 A092289 A092290

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), based on a suggestion from Leroy Quet, Feb 03 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.