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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139550 Least common multiple (or lcm) of {1, 2, ..., n/2}. 4
1, 1, 1, 1, 2, 2, 6, 6, 12, 12, 60, 60, 60, 60, 420, 420, 840, 840, 2520, 2520, 2520, 2520, 27720, 27720, 27720, 27720, 360360, 360360, 360360, 360360, 360360, 360360, 720720, 720720, 12252240, 12252240, 12252240, 12252240, 232792560, 232792560 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

Row products of A139549.

MAPLE

LCM := proc (n) local i; ilcm(seq(i, i=1..n)) end; A139550 := n -> LCM(n/2); seq(A139550(n), n=0..40); # Peter Luschny, Jun 9 2011

CROSSREFS

Cf. A139549, A003418.

Sequence in context: A179478 A051548 A110660 * A060549 A120690 A165124

Adjacent sequences:  A139547 A139548 A139549 * A139551 A139552 A139553

KEYWORD

nonn

AUTHOR

Mats O. Granvik (mgranvik(AT)abo.fi), Apr 27 2008

EXTENSIONS

Offset corrected by Peter Luschny, Jun 9 2011.

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 15 20:26 EST 2012. Contains 205852 sequences.