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.

A058023 a(n) is the largest prime < A051451(n) - 1.

Original entry on oeis.org

3, 7, 53, 409, 829, 2503, 27701, 360337, 720703, 12252197, 232792501, 5354228843, 26771144371, 80313433159, 2329089562747, 72201776446757, 144403552893563, 5342931457063157, 219060189739591153, 9419588158802421517, 442720643463713815129
Offset: 3

Views

Author

Labos Elemer, Nov 15 2000

Keywords

Comments

This is a companion to A058019.

Examples

			A051451(6) = 420, 420 - 1 = 419 is preceded by the prime 409, so a(6) = 409.
		

Crossrefs

Programs

  • Mathematica
    NextPrime[Rest@ FoldList[LCM, Select[Range[50], PrimePowerQ]] - 1, -1] (* Amiram Eldar, Aug 27 2024 *)

Extensions

Edited by N. J. A. Sloane, Aug 20 2021