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.

A060365 Multiples of one thousand which are described by single words in American English.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

"Multiples" would include 10000 ("myriad"), 10^100 ("googol"), 10^(10^100) ("googolplex") and maybe 100000 ("lakh") and 10000000 ("crore"). None of these are powers of 1000 (as in the companion sequence A060366). - Robert Dawson, Mar 28 2020

Examples

			10^3 = thousand, 10^6 = million, 10^9 = billion, 10^12 = trillion, 10^15 = quadrillion, etc.
		

Crossrefs

Cf. A060366.

Programs

Formula

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