A072754 Numerators of continued fraction convergents to Copeland-Erdos constant.
0, 1, 4, 33, 532, 9609, 48577, 58186, 106763, 164949, 271712, 2066933, 2338645, 4405578, 28772113, 61949804, 586320349, 34068530046, 34654850395, 138033081231, 586787175319, 1311607431869, 3210002039057, 4521609470926
Offset: 0
Programs
-
PARI
for(n=1,30, v=vector(n,i, A030168[i]); print1(contfracpnqn(v)[1,1],","))