login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A139554
a(n) = lcm(1..floor(n/4)).
3
1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 6, 6, 6, 6, 12, 12, 12, 12, 60, 60, 60, 60, 60, 60, 60, 60, 420, 420, 420, 420, 840, 840, 840, 840, 2520, 2520, 2520, 2520, 2520, 2520, 2520, 2520, 27720, 27720, 27720, 27720, 27720, 27720, 27720, 27720, 360360, 360360
OFFSET
0,9
COMMENTS
Row products of A139553.
MATHEMATICA
Join[{1, 1, 1, 1}, Table[LCM@@Range[Floor[n/4]], {n, 4, 60}]] (* Harvey P. Dale, May 24 2012 *)
CROSSREFS
Sequence in context: A327663 A248782 A038714 * A366746 A376947 A230096
KEYWORD
nonn
AUTHOR
Mats Granvik, Apr 27 2008
STATUS
approved