cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A213733 Positions of odd numbers in A179016.

This page as a plain text file.
%I A213733 #16 Nov 05 2012 16:43:39
%S A213733 1,2,4,6,7,9,10,12,14,15,18,19,20,21,23,24,27,28,29,31,32,34,38,40,41,
%T A213733 44,45,46,48,49,51,56,57,59,60,61,62,63,64,67,68,70,71,74,75,76,78,79,
%U A213733 81,86,87,89,90,91,92,93,94,97,99,100,102,103,104,105,106
%N A213733 Positions of odd numbers in A179016.
%C A213733 These are exactly the positions in the infinite trunk of beanstalk (see A179016 and A213729) where the node is the larger of the two possible branches from one node below. See the explanation at example-lines.
%H A213733 Antti Karttunen, <a href="/A213733/b213733.txt">Table of n, a(n) for n = 1..10000</a>
%F A213733 a(n) = A218773(n)+1.
%e A213733 A179016(1) = 1 is the first case where the infinite trunk has continued to the larger of two branches of the predecessor node. (In this case the predecessor node is A179016(0)=0, for which hold both 0+A000120(0)=0+0=0 (the smaller branch, leading exceptionally back to the same node) and 0+A000120(1)=0+1=1 (the larger branch). Thus the first term of this sequence is 1.
%e A213733 A179016(2) = 3 is the second case where the infinite trunk has continued to the larger of two branches of the predecessor node (In this case the predecessor node is A179016(1)=1, for which hold both 1+A000120(2)=1+1=2 (the smaller branch) and 1+A000120(3)=1+2=3 (the larger branch). Thus the second term of this sequence is 2.
%o A213733 (Scheme): (define (A213733 n) (1+ (A218773 n)))
%Y A213733 Complement of A213732. First differences: A218775. Characteristic function: A213729.
%K A213733 nonn
%O A213733 1,2
%A A213733 _Antti Karttunen_, Nov 01 2012
%E A213733 Description changed because of the changed starting offset of A179016. - _Antti Karttunen_, Nov 05 2012