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!)
A058017 Smallest prime >= LCM(1,...,x), where x is a prime power. 1
2, 3, 7, 13, 61, 421, 853, 2521, 27733, 360391, 720743, 12252259, 232792561, 5354228921, 26771144401, 80313433231, 2329089562843, 72201776446801, 144403552893641, 5342931457063253, 219060189739591279, 9419588158802421659, 442720643463713815201, 3099044504245996706459 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For the first 100 prime powers, the difference between a(n) and the LCM is either 1 or a prime.
The values of x are taken to be prime powers so that each distinct LCM occurs exactly once.
LINKS
EXAMPLE
The 6th distinct prime power is A000961(7)=8, LCM(1,...,8)=840 and 853 is the first prime that follows, thus a(7)=853.
PROG
(PARI) lista(nn) = {for (n=1, nn, if ((n==1) || isprimepower(n), print1(nextprime(lcm(vector(n, x, x)) + 1), ", "))); } \\ Michel Marcus, Apr 09 2015
CROSSREFS
Sequence in context: A092965 A051454 A051452 * A049536 A065508 A078154
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 14 2000
EXTENSIONS
Edited by Franklin T. Adams-Watters, Aug 15 2006
Offset changed to 1 and more terms from Michel Marcus, Apr 09 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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)