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!)
A130082 Smallest number whose eighth power has at least n digits. 1
1, 2, 2, 3, 4, 5, 6, 8, 10, 14, 18, 24, 32, 43, 57, 75, 100, 134, 178, 238, 317, 422, 563, 750, 1000, 1334, 1779, 2372, 3163, 4217, 5624, 7499, 10000, 13336, 17783, 23714, 31623, 42170, 56235, 74990, 100000, 133353, 177828, 237138, 316228, 421697 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Powers of eighth root of 10 rounded up.
LINKS
FORMULA
a(n) = ceiling(10^((n-1)/8)).
EXAMPLE
9^8 = 43046721 has eight digits, 10^8 = 100000000 has nine digits, hence a(9) = 10.
MATHEMATICA
Table[(Ceiling[10^((n - 1)/8)]), {n, 1, 60}] (* Vincenzo Librandi, Sep 20 2013 *)
PROG
(Magma) [ Ceiling(Root(10^(n-1), 8)): n in [1..46] ];
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), A130080 to A130084 (smallest number whose sixth ... tenth power has n digits).
Sequence in context: A057042 A063595 A316080 * A241377 A266750 A143065
KEYWORD
nonn,base,easy
AUTHOR
Klaus Brockhaus, May 07 2007
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)