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.

A053976 Least number such that a(n) and nextprime(a(n)) differ by at least a power of 10, 10^m, where m >= n.

Original entry on oeis.org

2, 113, 370261, 1693182318746371
Offset: 0

Views

Author

Jeff Burch, Apr 02 2000

Keywords

Comments

a(4) <= 7910896513*A034386(283)/30 - 6480, a(5) <= 64279*A034386(3371)/5610 - 71678, a(6) <= 587*A034386(43103)/2310 - 455704 (using data from Nicely). - Chai Wah Wu, Jun 26 2019

Examples

			The primes following those shown are 3, 127, 370373, 1693182318747503. - _Michel Marcus_, Jan 29 2016
		

Crossrefs

Programs

  • PARI
    a(n) = {my(p = 2); while (nextprime(p+1) - p < 10^n, p = nextprime(p+1)); p;} \\ Michel Marcus, Jan 29 2016

Extensions

Definition clarified by Michel Marcus, Jan 29 2016
Definition clarified by Chai Wah Wu, Jun 26 2019