|
| |
|
|
A076100
|
|
Least common multiple of n numbers starting with n.
|
|
2
| |
|
|
1, 6, 60, 420, 2520, 27720, 360360, 360360, 12252240, 232792560, 232792560, 5354228880, 26771144400, 80313433200, 2329089562800, 72201776446800, 144403552893600, 144403552893600, 5342931457063200, 5342931457063200
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
EXAMPLE
| a(4) = LCM( 4,5,6,7) = 420.
|
|
|
MATHEMATICA
| Table[ Apply[LCM, Table[i, {i, n, 2n - 1}]], {n, 1, 20}]
|
|
|
CROSSREFS
| Bisection of A003418.
Sequence in context: A120573 A028244 A000911 * A043033 A179711 A061495
Adjacent sequences: A076097 A076098 A076099 * A076101 A076102 A076103
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Oct 08 2002
|
|
|
EXTENSIONS
| Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 10 2002
|
| |
|
|