Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #5 May 01 2014 02:49:15
%S 1,2,3,4,5,6,7,8,9,10,11,12,13,14,487,16,17,18,19,20,21,22,23,24,25,
%T 26,27,28,29,1927,247,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,
%U 48,49,50,51,52,53,54,55,56,57,58,59,7687,967,982,31744,64,65,66,67,68,69
%N Permutation of N induced by rotating the node 7 left in the infinite planar binary tree shown at A065658.
%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>
%p [seq(RotateBinFracNodeLeft(7,j),j=1..256)];
%Y The seventh row of A065659. Inverse of A065672. A065673(n) = A065660(A065665(A065661(n)))
%K nonn
%O 1,2
%A _Antti Karttunen_, Nov 22 2001