A214031 Fixed points of A214030.
13, 19, 23, 37, 41, 47, 89, 139, 157, 211, 277, 281, 331, 373, 379, 397, 499, 503, 521, 571, 613, 619, 641, 647, 691, 733, 739, 743, 757, 761, 811, 853, 859, 863, 877, 983, 997, 1051, 1093, 1103, 1117, 1171, 1213, 1223, 1237, 1289, 1297, 1409, 1453, 1459, 1481, 1487
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]
A214031(n) to the screen, for(i=1,500,if(b23(i)==i,print1(i,", ")));
Formula
{n: A214030(n)=n}.
Comments