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.

A065894 Number of composites <= 10^n.

Original entry on oeis.org

0, 5, 74, 831, 8770, 90407, 921501, 9335420, 94238544, 949152465, 9544947488, 95881945186, 962392087981, 9653934463160, 96795058249197, 970155429577330, 9720761658966074, 97376442842345766, 975260045712259139, 9765942332723655392, 97779180397439081159
Offset: 0

Views

Author

Labos Elemer, Nov 28 2001

Keywords

Comments

Also, the order number of 10^n as a composite number.

Examples

			10 is the 5th composite number: 4, 6, 8, 9, 10.
		

Crossrefs

Programs

  • Mathematica
    Table[ 10^n- (PrimePi[10^n]) -1, {n, 1, 13} ]

Formula

a(n) = 10^n - 1 - A006880(n). - Max Alekseyev, Aug 15 2013
For n>0, a(n) = A092871(n) + 1.

Extensions

More terms from Robert G. Wilson v, Nov 29 2001
Formula and more terms from Max Alekseyev, Aug 15 2013