OFFSET
1,2
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10810
Rémy Sigrist, Colored scatterplot of the first 97734 terms (where the color is function of the 2-adic valuation of the least k such that a(n) = A055944(k))
EXAMPLE
A055944 starts: 0, 2, 3, 6, 5, 10, 9, 14, 9, 18, 15, 24, 15, 24, 21, 30, 17, ...
We keep: 0, 2, 3, 6, 5, 10, 9, 14, 18, 15, 24, 21, 30, 17, ...
PROG
(PARI) s=0; for (n=0, 87, v=n+fromdigits(Vecrev(binary(n)), 2); if (!bittest(s, v), print1 (v ", "); s+=2^v))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Jan 23 2020
STATUS
approved