I would like to understand how you get the numbers $$3+\frac{1}{7+\frac{1}{15+\frac{1}{1+\frac{1}{292+...}}}}$$ i.e. $\{3,7,15,1,292,...\}$ (A001203).
In the comments of A046965 is explained a method for obtaining these numbers, or so it seems:
To illustrate: [3] = 3/1 -> 3; [3,7] = 22/7 -> 22; [3,7,15] = 333/106; 106 is even -> [3,7,16] = 355/113 -> 355; [3,7,15,1] = 355/113 -> 355 (ignore); [3,7,15,1,292] = 103993/33102 -> [3,7,15,1,293] = 104348/33215 -> 104348
$7$ should be $= 2*3+1$, $15$ should be $= 2*7+1$ ... but 292?