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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124444 a(n) = LCM of the integers, from n/2 to n, which are coprime to n. 1
1, 1, 2, 3, 12, 5, 60, 35, 280, 63, 2520, 77, 27720, 1287, 8008, 6435, 720720, 2431, 12252240, 46189, 3695120, 440895, 232792560, 96577, 1070845776, 3900225, 2974571600, 5014575, 80313433200, 215441, 2329089562800, 31556720475 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

The integers which are >= 9/2 and are <= 9 and which are coprime to 9 are 5, 7 and 8. So a(9) = LCM(5,7,8) = 280.

MATHEMATICA

f[n_] := LCM @@ Select[Range[Ceiling[n/2], n], GCD[ #, n] == 1 &]; Table[f[n], {n, 33}] (*Chandler*)

CROSSREFS

Cf. A124443.

Sequence in context: A120487 A069220 A062957 * A038610 A056819 A124442

Adjacent sequences:  A124441 A124442 A124443 * A124445 A124446 A124447

KEYWORD

nonn

AUTHOR

Leroy Quet Nov 01 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 12 2006

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 17:46 EST 2012. Contains 205835 sequences.