A214030 The multiplication continued fraction sequence for 2,3,2,3...
0, 1, 5, 3, 4, 5, 2, 3, 5, 9, 4, 11, 13, 5, 29, 3, 15, 5, 19, 19, 5, 9, 23, 11, 13, 17, 11, 14, 29, 7, 7, 29, 15, 14, 11, 37, 19, 41, 19, 41, 5, 13, 19, 29, 23, 47, 11, 20, 49, 47, 27, 25, 17, 4, 11, 59, 29, 28, 59, 11, 7, 5, 15, 69, 29, 65, 15, 23, 29, 9, 11, 36, 37, 149
Offset: 1
Keywords
Programs
-
PARI
{b23(n)=local(t,m=1,s=[n]); if (n<2,0,while(1, if(m%2,s=concat(s,2),s=concat(s,3)); t=contfracpnqn(concat(s,n)); t=contfrac(n*t[1,1]/t[2,1]); if(t[1]
Comments