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.

Showing 1-2 of 2 results.

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).

A127352 Integers less than 10^303 in reverse alphabetical order in U.S. English.

Original entry on oeis.org

0, 2000000000000000000000000002000000000000000000000002000000002202, 2000000000000000000000000002000000000000000000000002000000002222, 2000000000000000000000000002000000000000000000000002000000002223, 2000000000000000000000000002000000000000000000000002000000002226, 2000000000000000000000000002000000000000000000000002000000002227, 2000000000000000000000000002000000000000000000000002000000002221
Offset: 1

Views

Author

Michael B. Porter, Nov 24 2009

Keywords

Comments

Since the use of alphabetic names is rare for numbers greater than 10^15, there is no universal agreement on the naming scheme for large integers, and there is some question whether this sequence would well-defined without the "less than 10^303" clause.
The Wikipedia article compares 8 dictionary sources and has names for the powers of 1000 up to 10^63 and for 10^303. These are also in the Mathworld link.
There are several conflicting schemes for extending the dictionary definitions. If we assume that the system of alphabetic names greater than 10^63 defines a word for every power of 1000 and that word comes before "vigintillion" alphabetically, the sequence can include all integers. However, many of the extension schemes listed do not meet that standard - some have multiple words and some have words that are alphabetically after "vigintillion".
For the powers of 1000 between 10^66 and 10^303, one source (http://www.mrob.com/pub/math/largenum.html) coins the name "vigintinonillion" for 10^90, but this format is inconsistent with other names listed in the same source, e.g. "duovigintillion", "sexoctogintillion". The name "novemvigintillion" seems to be more common. Otherwise, all sources have "vigintillion" as alphabetically last of all the powers of 1000 up to 10^303.
The terms are from Andrew Weimholt.

Examples

			zero,
two vigintillion two undecillion two trillion two thousand two hundred two,
two vigintillion two undecillion two trillion two thousand two hundred twenty two, etc.
		

Crossrefs

See A026081 for another version.
Showing 1-2 of 2 results.