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.

A269170 a(n) = n OR floor(n/2), where OR is bitwise-OR (A003986).

Original entry on oeis.org

0, 1, 3, 3, 6, 7, 7, 7, 12, 13, 15, 15, 14, 15, 15, 15, 24, 25, 27, 27, 30, 31, 31, 31, 28, 29, 31, 31, 30, 31, 31, 31, 48, 49, 51, 51, 54, 55, 55, 55, 60, 61, 63, 63, 62, 63, 63, 63, 56, 57, 59, 59, 62, 63, 63, 63, 60, 61, 63, 63, 62, 63, 63, 63, 96, 97, 99, 99, 102, 103, 103, 103, 108, 109, 111, 111, 110, 111
Offset: 0

Views

Author

Antti Karttunen, Feb 22 2016

Keywords

Comments

Fibbinary numbers (A003714) give all integers n >= 0 for which a(n) = A003188(n) and also for which a(n) = A032766(n).

Crossrefs

Cf. A163617 (even bisection).
Cf. also A003188, A048735, A032766.

Programs

Formula

a(n) = A003986(n,(n-A000035(n))/2).
Other identities and observations. For all n >= 0:
a(2n) = A163617(n).
A003188(n) <= a(n) <= A032766(n).