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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062079 Group the odd numbers as 1, (3,5), (7,9,11), (13,15,17,19), (21,23,25,27,29),... then a(n) = LCM of the n-th group. 1
1, 15, 693, 62985, 3151575, 706110405, 44166438855, 30637289555145, 3274769391079725, 312250034062131165, 593968671422526274875, 5531265959247033940935, 95840860214492177176316925 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

EXAMPLE

a(3) = LCM (7,9,11) =693.

PROG

(PARI) a(n) = local(r); r=1; forstep(k=n^2-n+1, n^2+n-1, 2, r=lcm(r, k)); r [From Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Jul 03 2009]

(PARI) { for (n=1, 100, a=b=n^2 - n + 1; for (k=1, n - 1, a=lcm(a, b + 2*k)); write("b062079.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 31 2009]

CROSSREFS

Cf. A057003, A062032. [From Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Jul 03 2009]

Sequence in context: A166186 A177230 A001520 * A062032 A204251 A117812

Adjacent sequences:  A062076 A062077 A062078 * A062080 A062081 A062082

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 15 2001

EXTENSIONS

Corrected and extended by Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Jul 03 2009

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 23:53 EST 2012. Contains 205689 sequences.