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.

A098147 Difference between first odd semiprime > 10^n and 10^n.

Original entry on oeis.org

5, 11, 3, 1, 1, 1, 1, 1, 13, 3, 7, 7, 15, 13, 3, 3, 15, 7, 1, 19, 3, 19, 13, 29, 7, 7, 3, 27, 13, 3, 1, 9, 9, 9, 27, 7, 3, 7, 49, 55, 81, 3, 3, 9, 7, 11, 69, 7, 19, 13, 39, 7, 1, 3, 13, 13, 39, 77, 27, 63, 31, 51, 19, 9, 27, 3, 1, 39, 19, 41, 21, 67, 37, 63, 69, 33, 3, 9, 37, 67, 121, 9, 21
Offset: 1

Views

Author

Hugo Pfoertner, Aug 28 2004

Keywords

Examples

			a(2)=11: The first odd semiprime following 10^2 is 111=3*37; 111-100=11.
		

Crossrefs

Cf. A098146, A033873 difference between first prime > 10^n and 10^n.

Formula

a(n)=A098146(n)-10^n.