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!)
A239504 Number of digits in the decimal expansion of n^10 (A008454). 0
1, 1, 4, 5, 7, 7, 8, 9, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 19, 19, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = floor(10*log_10(n))+1 for n>0, a(0) = 1.
a(n) = A055642(n^10).
EXAMPLE
a(1) = 1, because 1^10 = 1.
a(2) = 4, because 2^10 = 1024.
MATHEMATICA
Join[{1}, IntegerLength[Range[80]^10]] (* Harvey P. Dale, Jun 29 2021 *)
PROG
(PARI) a(n) = #Str(n^10); \\ Michel Marcus, Mar 21 2014
CROSSREFS
Sequence in context: A021690 A109896 A004221 * A033557 A259600 A088298
KEYWORD
nonn,base,easy
AUTHOR
Lorianne Kwak, Mar 20 2014
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 August 13 16:28 EDT 2024. Contains 375144 sequences. (Running on oeis4.)