cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A057824 Primes p such that p+1 is LCM(1,...,m) for some (usually more than one) m.

Original entry on oeis.org

5, 11, 59, 419, 839, 232792559, 5354228879, 2329089562799, 144403552893599, 442720643463713815199, 591133442051411133755680799, 69720375229712477164533808935312303556799
Offset: 1

Views

Author

Labos Elemer, Nov 08 2000

Keywords

Comments

Prime numbers of the form A051451(k)-1.
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
This unique prime power m associated with a(n) is m = A385564(n). - Jeppe Stig Nielsen, Jul 09 2025

Examples

			232792559 + 1 = LCM(1,...,m) for m = 19, 20, 21, 22.
		

Crossrefs

Programs

  • Mathematica
    Select[FoldList[LCM, Select[Range[100], PrimePowerQ]] - 1, PrimeQ] (* Amiram Eldar, Aug 18 2024 *)
  • 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
Showing 1-1 of 1 results.