login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Numerators of continued fraction convergents to Copeland-Erdos constant.
4

%I #4 Mar 30 2012 17:36:39

%S 0,1,4,33,532,9609,48577,58186,106763,164949,271712,2066933,2338645,

%T 4405578,28772113,61949804,586320349,34068530046,34654850395,

%U 138033081231,586787175319,1311607431869,3210002039057,4521609470926

%N Numerators of continued fraction convergents to Copeland-Erdos constant.

%o (PARI) for(n=1,30, v=vector(n,i, A030168[i]); print1(contfracpnqn(v)[1,1],","))

%Y Cf. A072755 (denominators), A030168 (continued fraction), A033308 (decimal expansion).

%K frac,nonn

%O 0,3

%A _Rick L. Shepherd_, Jul 09 2002