A214032 Places n where A214030(n) = n-2.
17, 67, 109, 137, 181, 191, 229, 233, 239, 257, 283, 307, 311, 349, 353, 359, 479, 523, 547, 593, 599, 617, 643, 709, 719, 829, 839, 657, 883, 907, 911, 953, 977, 1021, 1031, 1069, 1097, 1123, 1151, 1193, 1217, 1319, 1433, 1439, 1483
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]
A214032(n) to the screen, */ for(i=1,1500,if(b23(i)==i-2,print1(i,", ")));
Comments