OFFSET
1,2
COMMENTS
This sequence has similarities with A175343; in both sequences, the binary representation of the bitwise OR of two consecutive terms has exactly one run of consecutive ones.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..8192
Rémy Sigrist, PARI program for A306869
FORMULA
A069010(a(n) OR a(n+1)) = 1.
EXAMPLE
The first terms, alongside the binary representation of a(n) OR a(n+1), are:
a a(n) bin(a(n) OR a(n+1))
-- ---- -------------------
1 1 11
2 2 11
3 3 111
4 4 110
5 6 111
6 5 111
7 7 1111
8 8 1100
9 12 1110
10 10 1111
11 13 1111
12 11 1111
13 14 1111
14 9 1111
15 15 11111
16 16 11000
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Mar 14 2019
STATUS
approved