|
Search: id:A062081
|
|
|
| A062081 |
|
Group the even numbers as (2,4), (6,8,10,12), (14,16,18,20,22,24), (26,28,30,32,34,36,38,40),... then a(n) = LCM of the n-th group. |
|
+0 1
|
|
| 4, 120, 55440, 42325920, 7210803600, 43790142876480, 6338767304469600, 659267412349963697280, 1688424674909818263818400, 2043724034861836818744052800, 9347568224452825219277416992000
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,100
|
|
EXAMPLE
|
a(2) = LCM (6,8,10,12) =120.
|
|
PROGRAM
|
(PARI) for(n=1, 20, p=1:forstep(k=2*(n^2-n+1), 2*(n^2+n), 2, p=lcm(p, k)):print1(p", "))
(PARI) { for (n=1, 100, a=b=2*n^2 - 2*n + 2; for (k=1, 2*n - 1, a=lcm(a, b + 2*k)); write("b062081.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 31 2009]
|
|
CROSSREFS
|
Sequence in context: A001332 A071304 A006607 this_sequence A053881 A075114 A017186
Adjacent sequences: A062078 A062079 A062080 this_sequence A062082 A062083 A062084
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 15 2001
|
|
EXTENSIONS
|
Corrected and extended by Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 20 2003
|
|
|
Search completed in 0.002 seconds
|