@@ -0,0 +1,9 @@
module _25
let digitCount (d:bigint) =
(string d).Length
let find1000 =
common.fibinoci
|> Seq.findIndex (fun f -> digitCount f = 1000)
|> (+) 1
The note is not visible to the blocked user.