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.

Original entry on oeis.org

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, 44, 45, 46, 48, 49, 51, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 70, 71, 74, 75, 76, 78, 79, 81, 86, 87, 89, 90, 91, 92, 93, 94, 97, 99, 100, 102, 103, 104, 105, 106
Offset: 1

Views

Author

Antti Karttunen, Nov 01 2012

Keywords

Comments

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.

Examples

			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.
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.
		

Crossrefs

Complement of A213732. First differences: A218775. Characteristic function: A213729.

Programs

Formula

a(n) = A218773(n)+1.

Extensions

Description changed because of the changed starting offset of A179016. - Antti Karttunen, Nov 05 2012