A060365 Multiples of one thousand which are described by single words in American English.
1000, 1000000, 1000000000, 1000000000000, 1000000000000000, 1000000000000000000, 1000000000000000000000, 1000000000000000000000000, 1000000000000000000000000000, 1000000000000000000000000000000
Offset: 1
Examples
10^3 = thousand, 10^6 = million, 10^9 = billion, 10^12 = trillion, 10^15 = quadrillion, etc.
Links
- Tanya Khovanova, Non Recursions
- More information about A060365 and A060366.
Crossrefs
Cf. A060366.
Programs
-
Mathematica
Table[10^(3 n), {n, 12}] (* Michael De Vlieger, Jan 21 2016 *)
Formula
a(n) = 10^(n*3).
Comments