login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

The tribonacci representation of a(n) is obtained by appending a 0 to the tribonacci representation of n (cf. A278038).
29

%I #35 Apr 04 2019 23:04:08

%S 0,2,4,6,7,9,11,13,15,17,19,20,22,24,26,28,30,31,33,35,37,39,41,43,44,

%T 46,48,50,51,53,55,57,59,61,63,64,66,68,70,72,74,75,77,79,81,83,85,87,

%U 88,90,92,94,96,98,100,101,103,105,107,109,111,112,114,116,118,120,122,124,125,127,129,131,132,134,136

%N The tribonacci representation of a(n) is obtained by appending a 0 to the tribonacci representation of n (cf. A278038).

%C This sequence records the indices for the 0 values of A080843, ordered increasingly. In the W. Lang link a(n) = B(n). - _Wolfdieter Lang_, Dec 06 2018

%C Sequence gives the positions of letter a in the tribonacci word generated by a->ab, b->ac, c->a, when given offset 0. - _Michel Dekking_, Apr 03 2019

%H N. J. A. Sloane, <a href="/A278039/b278039.txt">Table of n, a(n) for n = 0..20000</a>

%H Wolfdieter Lang, <a href="https://arxiv.org/abs/1810.09787">The Tribonacci and ABC Representations of Numbers are Equivalent</a>, arXiv:1810.09787v1 [math.NT], 2018.

%H Bo Tan and Zhi-Ying Wen, <a href="http://dx.doi.org/10.1016/j.ejc.2006.07.007">Some properties of the Tribonacci sequence</a>, European Journal of Combinatorics, 28 (2007) 1703-1719. See the sequence O_1(n).

%F a(n) = A003144(n+1) - 1 = Sum_{k=1..n} A276788(k), n >= 0 (an empty sum is 0).

%F a(n) = 2*n - (A276798(n) - 1), n >= 0. For a proof see the link, Proposition 6 B). - _Wolfdieter Lang_, Dec 04 2018

%e The tribonacci representation of 7 is 1000 (see A278038), so a(7) has tribonacci representation 10000, which is 13, so a(7) = 13.

%Y Cf. A003144, A276798, A278038, A278040, A278041.

%Y Partial sums of A276788.

%K nonn,base

%O 0,2

%A _N. J. A. Sloane_, Nov 18 2016