|
Search: id:A130080
|
|
|
| A130080 |
|
Smallest number whose sixth power has n digits. |
|
+0 5
|
|
| 1, 2, 3, 4, 5, 7, 10, 15, 22, 32, 47, 69, 100, 147, 216, 317, 465, 682, 1000, 1468, 2155, 3163, 4642, 6813, 10000, 14678, 21545, 31623, 46416, 68130, 100000, 146780, 215444, 316228, 464159, 681293, 1000000, 1467800, 2154435, 3162278, 4641589
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Powers of sixth root of 10 rounded up.
|
|
FORMULA
|
a(n) = ceiling(10^((n-1)/6))
|
|
EXAMPLE
|
6^6 = 46656 has five digits, 7^6 = 117649 has six digits, hence a(6) = 7.
|
|
PROGRAM
|
(MAGMA) [ Ceiling(Root(10^(n-1), 6)): n in [1..41] ];
|
|
CROSSREFS
|
Cf. A011557 (powers of 10), A017936 (smallest number whose square has n digits), A018005 (smallest number whose cube has n digits), A018074 (smallest number whose fourth power has n digits), A018143 (smallest number whose fifth power has n digits), A130081 to A130084 (smallest number whose seventh ... tenth power has n digits).
Sequence in context: A003269 A087221 A107586 this_sequence A001729 A001087 A055464
Adjacent sequences: A130077 A130078 A130079 this_sequence A130081 A130082 A130083
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), May 07 2007
|
|
|
Search completed in 0.002 seconds
|