login
A125048
2^(10n) - 10^(3n).
0
0, 24, 48576, 73741824, 99511627776, 125899906842624, 152921504606846976, 180591620717411303424, 208925819614629174706176, 237940039285380274899124224, 267650600228229401496703205376
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
Cf. A000079.
Sequence in context: A062322 A100733 A158664 * A003920 A367568 A052504
KEYWORD
nonn
AUTHOR
Alexander Ward Kulungowski (akulo(AT)prodigy.net), Nov 17 2006
STATUS
approved