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!)
A099795 Least common multiple of 1, 2, 3, ..., prime(n)-1. 8
1, 2, 12, 60, 2520, 27720, 720720, 12252240, 232792560, 80313433200, 2329089562800, 144403552893600, 5342931457063200, 219060189739591200, 9419588158802421600, 3099044504245996706400, 164249358725037825439200, 9690712164777231700912800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (A094998(n)-1) / A099796(n).
a(n) = A038610(A000040(n)). - Anthony Browne, Jul 19 2016
MAPLE
Primes:= select(isprime, [2, $3..100]):
seq(ilcm($2..Primes[i]-1), i=1..nops(Primes)); # Robert Israel, Jul 19 2016
MATHEMATICA
LCM@@Range[#]&/@(Prime[Range[20]]-1) (* Harvey P. Dale, Jan 30 2015 *)
PROG
(Magma) [Lcm([2..p-1]): p in PrimesUpTo(70)]; // Bruno Berselli, Feb 06 2015
CROSSREFS
Sequence in context: A082688 A099996 A352881 * A358448 A127044 A245091
KEYWORD
nonn
AUTHOR
Ray Chandler, Oct 29 2004
EXTENSIONS
a(18) from Bruno Berselli, Feb 06 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 May 2 18:24 EDT 2024. Contains 372203 sequences. (Running on oeis4.)