|
| |
|
|
A060841
|
|
1/det(M) where M is the n X n matrix with M[i,j]= 1/lcm(i,j).
|
|
0
| |
|
|
1, 4, 18, 144, 900, 16200, 132300, 2116800, 28576800, 714420000, 8644482000, 311201352000, 4382752374000, 143169910884000, 4026653743612500, 128852919795600000, 2327405863808025000, 125679916645633350000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| The value is not always an integer! For example, a(35) = 5029296746186844716050163189085401314000634765625/2 . [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 13 2009]
|
|
|
FORMULA
| a(n) = (n!)^2 / (phi(1)*phi(2)*...*phi(n)) = (n!)^2 / A001088(n)
|
|
|
EXAMPLE
| a(2) = 4 because the matrix M is: [1,1/2; 1/2,1/2] and det(M) = 1/4
|
|
|
CROSSREFS
| A001088, A000010, A060238.
Sequence in context: A194559 A065857 A156445 * A059837 A054759 A007153
Adjacent sequences: A060838 A060839 A060840 * A060842 A060843 A060844
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| Noam Katz (noamkj(AT)hotmail.com), May 02 2001
|
|
|
EXTENSIONS
| More terms from Reiner Martin (reinermartin(AT)hotmail.com), May 17 2001
|
| |
|
|