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.

A074383 Difference between (1+10^n)-th and (10^n)-th primes.

Original entry on oeis.org

1, 2, 6, 8, 14, 12, 4, 18, 8, 24, 6, 42, 18, 48, 60, 52, 48, 8, 22, 20, 60, 38, 54, 48, 58
Offset: 0

Views

Author

Labos Elemer, Aug 22 2002

Keywords

Examples

			a(18)=22 because the (10^18)th prime is 44211790234832169331, the (1+10^18)th prime is 44211790234832169353.
		

Crossrefs

Formula

a(n) = prime(1+10^n) - prime(10^n).
a(n) = A151800(A006988(n)) - A006988(n).

Extensions

a(19) from Max Alekseyev, May 08 2009
a(20)-a(22) from Max Alekseyev, Dec 04 2014
a(23)-a(24) from Chai Wah Wu using the terms in A006988, Sep 18 2018
Showing 1-1 of 1 results.