A213896 Fixed points of a sequence h(n) defined by the minimum number of 7's in the relation n*[n,7,7,...,7,n] = [x,...,x] between simple continued fractions.
2, 3, 19, 31, 67, 79, 103, 127, 139, 151, 167, 179, 191, 263, 283, 359, 383, 443, 463, 479, 491, 503, 571, 631, 691, 787, 827, 883, 919, 1019, 1087, 1171, 1291, 1303, 1307, 1327, 1399, 1423, 1451, 1487
Offset: 1
Keywords
Crossrefs
Programs
-
PARI
{a(n) = local(t, m=1); if( n<2, 0, while( 1, t = contfracpnqn( concat([n, vector(m,i,7), n])); t = contfrac(n*t[1,1]/t[2,1]); if(t[1]
Comments