OFFSET
0,2
COMMENTS
Important when one considers the difference between the traditional metric prefixes "kilo-", "mega-" and "giga-" and the binary prefixes "kibi-", "mebi-" and "gibi-".
EXAMPLE
On some storage media, the number of bytes in a "gigabyte" of storage capacity may be 10^9 bytes, but the number of bytes in a file whose size is reported by some computer operating systems as "1 GB" may be 2^30 = 1073741824, which is a(3)=73741824 bytes larger. - Jon E. Schoenfield, Sep 07 2013
MATHEMATICA
Table[2^(10 * n) - 10^(3 * n), {n, 0, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Alexander Ward Kulungowski (akulo(AT)prodigy.net), Nov 17 2006
STATUS
approved