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.

A060366 Powers of one thousand which are described by single words in dated British English usage, extended by using "-ard" beyond 10^9.

Original entry on oeis.org

1, 1000, 1000000, 1000000000, 1000000000000, 1000000000000000, 1000000000000000000, 1000000000000000000000, 1000000000000000000000000, 1000000000000000000000000000, 1000000000000000000000000000000
Offset: 1

Views

Author

Keywords

Examples

			10^0 = one, 10^3 = thousand, 10^6 = million, 10^9 = milliard, 10^12 = billion, etc.
		

References

  • John H. Conway and Richard K. Guy, The Book of Numbers, New York: Springer-Verlag, 1996. See p. 14.

Crossrefs

Cf. A060365.

Programs

Formula

a(n) = 10^(3*(n-1)).

Extensions

Description changed by Ivan Panchenko, Nov 10 2019