A214033 Places n where A214030(n) = n or A214030(n) = n-2.
13, 17, 19, 23, 37, 41, 47, 67, 89, 109, 137, 139, 157, 181, 191, 211, 229, 233, 239, 257, 277, 281, 283, 307, 311, 331, 349, 353, 359, 373, 379, 397, 479, 499, 503, 521, 523, 547, 571, 593, 599, 613, 617, 619, 641
Offset: 1
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