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.

A058021 Largest prime preceding distinct values of lcm(1,...,m): Max{p|p < A003418(A000961(n))}. To get different LCM values, the last arguments(m) of LCM were selected from A000961.

Original entry on oeis.org

-2, -2, 5, 11, 59, 419, 839, 2503, 27701, 360337, 720703, 12252197, 232792559, 5354228879, 26771144371, 80313433159, 2329089562799, 72201776446757, 144403552893599, 5342931457063157, 219060189739591153, 9419588158802421517, 442720643463713815199
Offset: 0

Views

Author

Labos Elemer, Nov 15 2000

Keywords

Examples

			lcm(1,2,3,4,5,6,7,8)=840 is the 7th term in A000961. Primes preceding it, in descending order, are  839, 829, .... So the corresponding prime in this sequence is 839. The first 2 entries come before lcm(1)=1 and lcm(1,2)=2 as 1-3 = -2 and 2-4 = -2.
		

Crossrefs