|
Search: id:A062080
|
|
|
| A062080 |
|
Group the even numbers as 2, (4,6), (8,10,12), (14,16,18,20), (22,24,26,28,30),... then a(n) = LCM of the n-th group. |
|
+0 1
|
|
| 2, 12, 120, 5040, 120120, 3255840, 248648400, 3389158080, 893252440080, 147413193127200, 354447322669440, 343973251893070800, 6580115259104106720, 1102084393565113358400, 142057610393676828570720
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,100
|
|
EXAMPLE
|
a(3) = LCM (8,10,12) =120.
|
|
PROGRAM
|
(PARI) for(n=1, 20, l=1:forstep(s=n^2-n+2, n^2+n, 2, l=lcm(l, s)):print1(l", "))
(PARI) { for (n=1, 100, a=b=n^2 - n + 2; for (k=1, n - 1, a=lcm(a, b + 2*k)); write("b062080.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 31 2009]
|
|
CROSSREFS
|
Sequence in context: A052738 A007132 A138534 this_sequence A165300 A028359 A034524
Adjacent sequences: A062077 A062078 A062079 this_sequence A062081 A062082 A062083
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 15 2001
|
|
EXTENSIONS
|
More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 19 2003
|
|
|
Search completed in 0.002 seconds
|