Is there a proven way to calculate the entry point(first occurence) of a factor m, in the Fibonacci sequence?

201 Views Asked by At

I saw a comment at the OEIS website for the sequence of entry points of Fibonacci factors. It referenced a paper by Mark Renault in 1996, with the quote from OEIS: http://webspace.ship.edu/msrenault/fibonacci/FibThesis.pdf

If m has prime factorization m=p1^e1 * p2^e2 * ... * pn^en then am=lcm(ap1^e1, ap2^e2, ..., apn^en).

Is this result accepted to be true?