LCM of Fibonacci numbers

1.1k Views Asked by At

$\newcommand{\lcm}{\operatorname{lcm}}$There is a nice property of Fibonacci numbers which says that:

$$\gcd(F_{a_1}, \ldots, F_{a_n}) = F_{\gcd(a_1, \ldots, a_n)}$$

I am curious is there anything similar with respect to $\lcm$?

Clearly $\lcm(F_{a_1}, \ldots, F_{a_n}) = F_{\lcm(a_1,\ldots, a_n)}$ is not true, but is there anything better then to use $\lcm(a, b) = \frac{ab}{\gcd(a, b)}$ and to use associative law of $\lcm$?