login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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
Tanya Khovanova, Non Recursions
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
KEYWORD
easy,fini,nonn,word
AUTHOR
EXTENSIONS
Description changed by Ivan Panchenko, Nov 10 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 04:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)