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.

Showing 1-3 of 3 results.

A255056 Trunk of number-of-runs beanstalk: The unique infinite sequence such that a(n-1) = a(n) - number of runs in binary representation of a(n).

Original entry on oeis.org

0, 2, 4, 6, 10, 12, 14, 18, 22, 26, 28, 30, 32, 36, 42, 46, 50, 54, 58, 60, 62, 64, 68, 74, 78, 84, 90, 94, 96, 100, 106, 110, 114, 118, 122, 124, 126, 128, 132, 138, 142, 148, 152, 156, 162, 168, 174, 180, 186, 190, 192, 196, 202, 206, 212, 218, 222, 224, 228, 234, 238, 242, 246, 250, 252, 254
Offset: 0

Views

Author

Antti Karttunen, Feb 14 2015

Keywords

Comments

All numbers of the form (2^n)-2 are present, which guarantees the uniqueness and also provides a well-defined method to compute the sequence, for example, via a partially reversed version A255066.
The sequence was inspired by a similar "binary weight beanstalk", A179016, sharing some general properties with it (like its partly self-copying behavior, see A255071), but also differing in some aspects. For example, here the branching degree is not the constant 2, but can vary from 1 to 4. (Cf. A255058.)

Crossrefs

First differences: A255336.
Terms halved: A255057.
Cf. A255053 & A255055 (the lower & upper bound for a(n)) and also A255123, A255124 (distances to those limits).
Cf. A255327, A255058 (branching degree for node n), A255330 (number of nodes in the finite subtrees branching from the node n), A255331, A255332
Subsequence: A000918 (except for -1).
Similar "beanstalk's trunk" sequences using some other subtracting map than A236840: A179016, A219648, A219666.

Programs

Formula

a(n) = A255066(A255122(n)).
Other identities and observations. For all n >= 0:
a(n) = 2*A255057(n).
A255072(a(n)) = n.
A255053(n) <= a(n) <= A255055(n).

A255337 After a(0) = 0, the first differences of A255057: for n >= 1: a(n) = A255057(n) - A255057(n-1).

Original entry on oeis.org

0, 1, 1, 1, 2, 1, 1, 2, 2, 2, 1, 1, 1, 2, 3, 2, 2, 2, 2, 1, 1, 1, 2, 3, 2, 3, 3, 2, 1, 2, 3, 2, 2, 2, 2, 1, 1, 1, 2, 3, 2, 3, 2, 2, 3, 3, 3, 3, 3, 2, 1, 2, 3, 2, 3, 3, 2, 1, 2, 3, 2, 2, 2, 2, 1, 1, 1, 2, 3, 2, 3, 2, 2, 3, 3, 3, 3, 2, 2, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 2, 1, 2, 3, 2, 3, 2, 2, 3, 3, 3, 3, 3, 2, 1, 2, 3, 2, 3, 3, 2, 1, 2, 3, 2, 2, 2, 2, 1, 1
Offset: 0

Views

Author

Antti Karttunen, Feb 21 2015

Keywords

Comments

Used for computing A255338 and A255339.

Crossrefs

First differences of A255057.
Terms of A255336 divided by 2.

Formula

a(n) = A005811(A255056(n))/2.
a(0) = 0; and for n >= 1: a(n) = A255057(n) - A255057(n-1).
a(n) = A255336(n)/2.

A278532 a(n) = A278219(A255056(n)).

Original entry on oeis.org

1, 4, 4, 6, 16, 6, 6, 36, 24, 24, 6, 6, 4, 36, 64, 24, 60, 60, 24, 6, 6, 4, 36, 144, 60, 64, 216, 24, 6, 60, 96, 60, 60, 60, 24, 6, 6, 4, 36, 144, 60, 144, 60, 60, 144, 64, 96, 216, 216, 24, 6, 60, 240, 210, 96, 360, 60, 6, 60, 96, 60, 60, 60, 24, 6, 6, 4, 36, 144, 60, 144, 60, 60, 900, 144, 360, 360, 60, 60, 144, 144, 240, 384, 96, 360, 216, 360, 216, 216, 24
Offset: 0

Views

Author

Antti Karttunen, Nov 30 2016

Keywords

Crossrefs

Programs

Formula

a(n) = A278219(A255056(n)).
Showing 1-3 of 3 results.