OFFSET
1,2
COMMENTS
Conjecturally, this is a permutation of the natural numbers.
This sequence has connections with A287639: here we have an upper bound, there a lower bound, on the Hamming weight of the sum of two consecutive terms.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..16384
Rémy Sigrist, PARI program for A288139
EXAMPLE
The first terms, alongside a(n)+a(n+1) in binary and its Hamming weight are:
n a(n) a(n)+a(n+1) Hamming weight
-- ---- ----------- --------------
1 1 11 2
2 2 101 2
3 3 111 3
4 4 1001 2
5 5 1011 3
6 6 1101 3
7 7 1111 4
8 8 10001 2
9 9 10011 3
10 10 10101 3
11 11 10111 4
12 12 11001 3
13 13 11011 4
14 14 11101 4
15 15 100000 1
16 17 100001 2
17 16 100010 2
18 18 100101 3
19 19 100111 4
20 20 101001 3
CROSSREFS
KEYWORD
AUTHOR
Rémy Sigrist, Jun 17 2017
STATUS
approved