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!)
A090494 Product_{j=1..n} Product_{k=1..n} lcm(j,k). 1
1, 1, 8, 7776, 1146617856, 1289945088000000000, 46798828032806092800000000000, 2350577043461005964030008507760640000000000000, 8206262459636402163263383676462776103575725539328000000000000000, 2746781358330240881921653545637784861521126603512175621574459373964492800000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Let p be a prime and 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). Then the prime factorization of a(n) appears to be given by the formula ordp(a(n),p)= sum_{k >= 1} [(2*(p^k)-1)*floor((n/(p^k)))^2] + 2*sum_{k >= 1} [floor(n/(p^k))*mod(n,p^k)], for each prime p. See the comments sections of A092143, A092287, A129365 and A129454 for similar conjectural prime factorizations. - Peter Bala, Apr 23 2007
MAPLE
f := n->mul(mul(lcm(j, k), k=1..n), j=1..n);
CROSSREFS
Cf. A018806.
Sequence in context: A278854 A115442 A216936 * A079656 A114773 A057107
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 03 2004
STATUS
approved

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 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)