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!)
A119634 a(n) = lcm(1,...,2n+2)/2. 3
1, 6, 30, 420, 1260, 13860, 180180, 360360, 6126120, 116396280, 116396280, 2677114440, 13385572200, 40156716600, 1164544781400, 72201776446800, 72201776446800, 72201776446800, 2671465728531600, 2671465728531600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[LCM @@ Range[2*n + 2]/2, {n, 0, 20}] (* Vaclav Kotesovec, Mar 04 2019 *)
PROG
(GAP) List([0..20], n->Lcm(List([1..2*n+2]))/2); # Muniru A Asiru, Mar 04 2019
(PARI) {a(n) = lcm(vector(2*n+2, i, i))/2}; \\ G. C. Greubel, Mar 05 2019
(Magma) [LCM([1..2*n+2])/2: n in [0..20]]; // G. C. Greubel, Mar 05 2019
(Sage) [lcm(range(1, 2*n+3))/2 for n in (0..20)] # G. C. Greubel, Mar 05 2019
CROSSREFS
Cf. A003418.
Column k=0 of A120101.
Sequence in context: A201135 A369135 A111876 * A256545 A349981 A075591
KEYWORD
nonn
AUTHOR
Paul Barry, Jun 09 2006
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 April 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)