login
A031282
a(n)=(# 1's)-(# 2's) in first n terms of A031269.
0
1, 0, 0, 1, 1, 2, 2, 1, 1, 1, 2, 3, 4, 4, 3, 4, 4, 4, 3, 3, 4, 4, 4, 4, 5, 5, 6, 6, 6, 6, 6, 5, 5, 5, 4, 4, 5, 4, 4, 3, 2, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 1, 2, 2, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 1, 0, -1, -1, 0, 1, 1, 1, 2, 2, 1, 2, 3, 3, 3, 3, 4, 5, 4, 3, 3, 3, 3
OFFSET
1,6
MATHEMATICA
Accumulate[Which[#==1, 1, #==2, -1, True, 0]&/@Flatten[Table[ IntegerDigits[ Fibonacci[ n+1], 5], {n, 30}]]] (* Harvey P. Dale, Dec 19 2021 *)
CROSSREFS
Sequence in context: A297877 A027926 A114730 * A085685 A267632 A112465
KEYWORD
sign
STATUS
approved