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!)
A068550 a(n) = lcm{1, ..., 2n} / binomial(2n, n). 4
1, 1, 2, 3, 12, 10, 30, 105, 56, 252, 1260, 330, 1980, 2574, 2002, 15015, 240240, 61880, 15912, 151164, 38760, 406980, 4476780, 1144066, 13728792, 24515700, 6249100, 84362850, 21474180, 5462730, 81940950, 1270084725, 645122400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Known to be always an integer.
LINKS
Hojoo Lee, Re: LCM [1,2,..,N] > 2^{N-1}, NMBRTHRY Mailing List, Feb 18 2002.
Daniel Ropp, Solution to Problem 31, Crux Mathematicorum, Vol. 13, No. 10 (1987), p. 314.
FORMULA
a(n) = A099996(n) / A000984(n) = A003418(2*n) / A001405(2*n) = A180000(2*n) = A263673(2*n).
a(n) = n * A068553(n) = n * A048619(2*n-1).
MATHEMATICA
a[0] = 1; a[n_] := (LCM @@ Range[2*n])/Binomial[2*n, n]; Array[a, 33, 0] (* Amiram Eldar, Mar 06 2022 *)
PROG
(PARI) a(n) = lcm([1..2*n])/binomial(2*n, n); \\ Michel Marcus, Mar 06 2022
CROSSREFS
Bisection of A180000 and A263673.
Sequence in context: A303221 A345049 A168059 * A093432 A212303 A100561
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 23 2002
EXTENSIONS
a(0)=1 prepended by Max Alekseyev, Oct 23 2015
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 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)