OFFSET
1,2
COMMENTS
This sequence is the binary variant of A099552.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..8192
Rémy Sigrist, PARI program for A308830
EXAMPLE
The first terms, alongside the concatenation of the first n terms, both in decimal and in base 2, are:
n a(n) bin(a(n)) K(n) bin(K(n))
-- ---- --------- -------- --------------------------
1 1 1 1 1
2 2 10 6 110
3 3 11 27 11011
4 4 100 220 11011100
5 5 101 1765 11011100101
6 2 10 7062 1101110010110
7 9 1001 113001 11011100101101001
8 8 1000 1808024 110111001011010011000
9 5 101 14464197 110111001011010011000101
10 2 10 57856790 11011100101101001100010110
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Jun 27 2019
STATUS
approved