login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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. 1
2, 12, 120, 5040, 120120, 3255840, 248648400, 3389158080, 893252440080, 147413193127200, 354447322669440, 343973251893070800, 6580115259104106720, 1102084393565113358400, 142057610393676828570720 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

EXAMPLE

a(3) = LCM (8,10,12) =120.

PROG

(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 * A165300 A028359 A034524

Adjacent sequences:  A062077 A062078 A062079 * 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 20:38 EST 2012. Contains 205663 sequences.