55911099400domain: NAppears in sequencesa(n) = Product_{1<=k<=n, GCD(k,n)=1} F(k), where F(k) is the k-th Fibonacci number.at n=15A111119a(2*n-1) = Product_{i=1..n} Fibonacci(2*i-1) and a(2*n) = Product_{i=1..n} Fibonacci(2*i).at n=14A123029Product of first n nonzero odd-indexed Fibonacci numbers F(1), ..., F(2*n-1).at n=7A194158