Is there a formula for the sequence of integers n such that the Catalan number $C_n=\frac{1}{n+1} \binom{2n}{n}$ and the Fibonacci number $F_n$ have Gcd equal to one?
Or more general for a number z>=1, is there a formula for the sequence of integers n such that the Catalan number $C_n$ and the Fibonacci number $F_n$ have Gcd equal to z? Another question: Define $A_z:=$ cardinality of $ \{ n \leq z | Gcd(C_n,F_n,n)>1 \}$. Is there a formula for $A_z$ and does $A_z /z$ converge ? Computer suggests it converge against 1/3.
Here my GAP output (which also makes clear how the sequences start) . Here [a,b,c] means that a is such that the gcd is one and b is the value of the catalan sequence $C_a$ and c is the value of the fibonacci sequence $F_a$. [ 1, 1, 1 ], [ 2, 2, 1 ], [ 3, 5, 2 ], [ 4, 14, 3 ], [ 5, 42, 5 ], [ 8, 1430, 21 ], [ 10, 16796, 55 ], [ 11, 58786, 89 ], [ 13, 742900, 233 ], [ 14, 2674440, 377 ], [ 17, 129644790, 1597 ], [ 22, 91482563640, 17711 ], [ 23, 343059613650, 28657 ], [ 25, 4861946401452, 75025 ], [ 26, 18367353072152, 121393 ], [ 28, 263747951750360, 317811 ], [ 29, 1002242216651368, 514229 ], [ 31, 14544636039226909, 1346269 ], [ 34, 812944042149730764, 5702887 ], [ 38, 176733862787006701400, 39088169 ] , [ 41, 10113918591637898134020, 165580141 ], [ 43, 150853479205085351660700, 433494437 ], [ 46, 8740328711533173390046320, 1836311903 ], [ 47, 33868773757191046886429490, 2971215073 ] ]