|
|
A060366
|
|
Powers of one thousand which are described by single words in dated British English usage, extended by using "-ard" beyond 10^9.
|
|
3
|
|
|
1, 1000, 1000000, 1000000000, 1000000000000, 1000000000000000, 1000000000000000000, 1000000000000000000000, 1000000000000000000000000, 1000000000000000000000000000, 1000000000000000000000000000000
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
LINKS
|
Table of n, a(n) for n=1..11.
Tanya Khovanova, Non Recursions
More information about A060365 and A060366.
|
|
FORMULA
|
a(n) = 10^(3*(n-1)).
|
|
EXAMPLE
|
10^0 = one, 10^3 = thousand, 10^6 = million, 10^9 = milliard, 10^12 = billion, etc.
|
|
MAPLE
|
A060366:=n->10^(3*(n-1)): seq(A060366(n), n=1..15); # Wesley Ivan Hurt, Jan 21 2016
|
|
MATHEMATICA
|
10^(3 Range[0, 10]) (* or *) Table[10^(3 (n - 1)), {n, 15}] (* Wesley Ivan Hurt, Jan 21 2016 *)
|
|
PROG
|
(MAGMA) [10^(3*(n-1)) : n in [1..15]]; // Wesley Ivan Hurt, Jan 21 2016
|
|
CROSSREFS
|
Cf. A060365.
Sequence in context: A029796 A029802 A060365 * A260692 A234605 A013793
Adjacent sequences: A060363 A060364 A060365 * A060367 A060368 A060369
|
|
KEYWORD
|
easy,fini,nonn,word
|
|
AUTHOR
|
Gerard Schildberger
|
|
EXTENSIONS
|
Description changed by Ivan Panchenko, Nov 10 2019
|
|
STATUS
|
approved
|
|
|
|