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.

A063273 Number of times most common digit of primes appears in first n primes.

Original entry on oeis.org

1, 1, 1, 1, 2, 3, 4, 5, 5, 5, 6, 6, 7, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9, 11, 12, 13, 14, 16, 17, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35, 36, 38, 38, 38, 38, 38, 38, 39, 40, 40, 40, 40, 41, 41, 42, 42, 42, 42, 44, 45, 46, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47
Offset: 1

Views

Author

Henry Bottomley, Jul 13 2001

Keywords

Comments

Apart from the first four cases, 1 seems to be the most common digit of the first n primes.

Examples

			a(6)=3 since first six primes are 2,3,5,7,11,13, so most common digit is 1 which has appeared 3 times.
		

Crossrefs

Programs