OFFSET
1,2
COMMENTS
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program for A300896
EXAMPLE
The first terms, alongside the binary representation of triples of consecutive terms, are:
n a(n) binary(a(n) + a(n+1) + a(n+2))
-- ---- ------------------------------
1 1 1000
2 2 1010
3 5 10000
4 3 10001
5 8 10010
6 6 10001
7 4 10100
8 7 100000
9 9 100100
10 16 100101
11 11 100001
12 10 100100
13 12 101001
14 14 101010
15 15 1000000
16 13 1000010
17 36 1001000
18 17 1000000
19 19 1000001
20 28 1000010
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Mar 14 2018
STATUS
approved