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.

A145713 Number of primes p in the range 9 < p <= prime(10^n) that begin and end with the same digit.

Original entry on oeis.org

1, 10, 105, 1180, 14143, 158036, 1703161, 17520558, 157563619, 1431557207
Offset: 1

Views

Author

Enoch Haga, Oct 16 2008

Keywords

Examples

			The initial 1 is from the prime 11.
a(4)=1180 because to 10^4 or 10000 primes, ending in 104729=A006988(4), there are 1180 primes with equal and distinct first and last digits: 1 and 1, 3 and 3, 7 and 7 and 9 and 9.
		

Crossrefs

Formula

a(n) = A145709(n) + A145710(n) + A145711(n) + A145712(n). [R. J. Mathar, Aug 02 2010]

Extensions

Edited by N. J. A. Sloane, Aug 16 2010
a(6) corrected and a(7)-a(10) added by D. S. McNeil, Aug 29 2010