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!)
A058029 Primes closest to LCM(1,...,x) either above or below. Arguments x were selected from A000961 (powers of primes including primes) in order to obtain distinct values of LCM exactly once. 1
3, 5, 11, 59, 419, 839, 2521, 27733, 360337, 720703, 12252259, 232792559, 5354228879, 26771144401, 80313433231, 2329089562799, 72201776446801, 144403552893599, 5342931457063157, 219060189739591153 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
pcl[n_]:=Module[{lc=LCM@@Range[n], p1, p2}, p1=NextPrime[lc, -1]; p2= NextPrime[ lc]; If[p2-lc<lc-p1, p2, p1]]; Table[pcl[n], {n, 2, 50}]//Union
CROSSREFS
Sequence in context: A201473 A088884 A328381 * A206640 A182354 A046928
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 16 2000
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)