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!)
A057824 Primes p such that p+1 is LCM(1,...,m) for some (usually more than one) m. 2
5, 11, 59, 419, 839, 232792559, 5354228879, 2329089562799, 144403552893599, 442720643463713815199, 591133442051411133755680799, 69720375229712477164533808935312303556799 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A051451(n)-1, when prime.
Primes p = LCM(1,...,m) - 1, where m is a prime power. (The prime powers give all values, and do so uniquely.) - Daniel Forgues, Apr 28 2014
LINKS
EXAMPLE
232792559 + 1 = LCM(1,...,m) for m = 19, 20, 21, 22.
PROG
(PARI) L=1; for(n=2, 1e3, if(isprimepower(n, &p) && ispseudoprime((L*=p)-1), print1(L-1", "))) \\ Charles R Greathouse IV, Apr 28 2014
CROSSREFS
Sequence in context: A104364 A136669 A208768 * A057822 A168243 A173875
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 08 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 August 9 01:51 EDT 2024. Contains 375024 sequences. (Running on oeis4.)