A242374 Number of digits in the decimal expansion of n^8.
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
Offset: 0
Examples
For n=1, a(1)=1 because 1^8=1, 1 digit. For n=9, a(9)=8 because 9^8=43046721, 8 digits.
Programs
-
PARI
a(n) = #Str(n^8); \\ Michel Marcus, May 12 2014
Extensions
More terms from Michel Marcus, May 12 2014