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 #12 Nov 10 2012 14:15:24
%S 0,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,1,2,2,2,0,1,0,0,1,1,2,2,2,1,2,2,3,
%T 2,3,3,5,0,1,0,0,1,1,2,2,2,1,2,2,3,2,3,3,5,1,2,2,3,2,2,0,0,0,0,1,3,2,
%U 0,1,0,0,1,1,2,2,2,1,2,2,3,2,3,3,5,1,2
%N a(n) = A173601(n)-A179016(n).
%C For all n, the following holds: A213708(n) <= A179016(n) <= A173601(n). This sequence gives the distance of the node n in the infinite trunk of beanstalk (A179016(n)) from the greater edge of the A086876(n) wide window which it at that point must pass through.
%C The increasing steps seem to be quite constrained in their magnitude, compared to the decreasing steps. (This depends on how the "tendrils",i.e. the finite side-trees on the other side of the infinite trunk grow and reach their tops).
%H Antti Karttunen, <a href="/A218604/b218604.txt">Table of n, a(n) for n = 0..8727</a>
%o (Scheme): (define (A218604 n) (- (A173601 n) (A179016 n)))
%Y a(n) = A086876(n)-A218603(n)-1. Positions of zeros: A218608, A218606.
%K nonn
%O 0,19
%A _Antti Karttunen_, Nov 03 2012
%E Offset changed because of the changed offset of A179016 - _Antti Karttunen_, Nov 10 2012