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!)
A242374 Number of digits in the decimal expansion of n^8. 0
1, 1, 3, 4, 5, 6, 7, 7, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A055642(n^8) = A055642(A001016(n)).
EXAMPLE
For n=1, a(1)=1 because 1^8=1, 1 digit.
For n=9, a(9)=8 because 9^8=43046721, 8 digits.
PROG
(PARI) a(n) = #Str(n^8); \\ Michel Marcus, May 12 2014
CROSSREFS
Sequence in context: A168093 A095254 A262980 * A225179 A121857 A121854
KEYWORD
nonn,base,easy
AUTHOR
Michelle Tu, May 12 2014
EXTENSIONS
More terms from Michel Marcus, May 12 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 April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)