login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139550 a(n) = lcm(1..floor(n/2)). 7
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; text; internal format)
OFFSET
0,5
COMMENTS
Row products of A139549.
LINKS
FORMULA
a(n) = A003418(floor(n/2)) = A366368(n) / A003418(n) = A003418(n) / A366369(n). - Max Alekseyev, Oct 08 2023
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 09 2011
MATHEMATICA
Join[{1, 1}, Table[LCM@@Range[Floor[n/2]], {n, 2, 40}]] (* Harvey P. Dale, Jan 12 2024 *)
CROSSREFS
Sequence in context: A051548 A110660 A332759 * A337735 A060549 A228315
KEYWORD
nonn
AUTHOR
Mats Granvik, Apr 27 2008
EXTENSIONS
Offset corrected by Peter Luschny, Jun 09 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 08:01 EDT 2024. Contains 372300 sequences. (Running on oeis4.)