A072755 Denominators of continued fraction convergents to Copeland-Erdos constant.
1, 4, 17, 140, 2257, 40766, 206087, 246853, 452940, 699793, 1152733, 8768924, 9921657, 18690581, 122065143, 262820867, 2487452946, 144535091735, 147022544681, 585602725778, 2489433447793, 5564469621364, 13618372690521
Offset: 0
Programs
-
PARI
for(n=1,30, v=vector(n,i, A030168[i]); print1(contfracpnqn(v)[2,1],","))