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!)
A273820 Least common multiple of (2^n, 2^n + 1, ..., 2^(n+1) - 1). 0
1, 6, 420, 360360, 72201776446800, 591133442051411133755680800, 6676878045498705789701874602220118271269436344024536000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[LCM@@Table[2^n+i, {i, 0, 2^n-1}], {n, 0, 7}] (* Waldemar Puszkarz, May 31 2016 *)
PROG
(Sage) [lcm([2^n+i for i in [0..2^n-1]]) for n in [0..10]] # Tom Edgar, May 31 2016
(PARI) a(n)=lcm([2^n..2^(n+1)-1]) \\ Charles R Greathouse IV, Jun 08 2016
CROSSREFS
Sequence in context: A174773 A229471 A258192 * A162088 A199253 A199198
KEYWORD
nonn
AUTHOR
Jeffrey Shallit, May 31 2016
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)