OFFSET
0,2
COMMENTS
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..999
EXAMPLE
The index value of the smallest ten digit Fibonacci number is 45. The index value of the largest ten digit Fibonacci number is 49.
MATHEMATICA
Drop[Flatten[{#-1, #}&/@Flatten[Table[Position[IntegerLength[Fibonacci[ Range[250]]], n, 1, 1], {n, 50}]]], {2}](* Harvey P. Dale, Jun 04 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Parthasarathy Nambi, Aug 07 2009
EXTENSIONS
More terms from Harvey P. Dale, Jun 04 2018
STATUS
approved