OFFSET
1,2
COMMENTS
This sequence is a variant of A287639.
This sequence is likely a permutation of the natural numbers.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program for A306865
FORMULA
A069010(a(n) + a(n+1)) >= 5.
EXAMPLE
The first terms, alongside a(n)+a(n+1) in decimal and in binary, are:
n a(n) a(n)+a(n+1) bin(a(n)+a(n+1))
-- ---- ----------- ----------------
1 1 341 101010101
2 340 597 1001010101
3 257 341 101010101
4 84 597 1001010101
5 513 661 1010010101
6 148 341 101010101
7 193 597 1001010101
8 404 677 1010100101
9 273 341 101010101
10 68 597 1001010101
11 529 661 1010010101
12 132 341 101010101
13 209 597 1001010101
14 388 677 1010100101
15 289 341 101010101
16 52 597 1001010101
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Mar 14 2019
STATUS
approved