A278040 The tribonacci representation of a(n) is obtained by appending 0,1 to the tribonacci representation of n (cf. A278038).
1, 5, 8, 12, 14, 18, 21, 25, 29, 32, 36, 38, 42, 45, 49, 52, 56, 58, 62, 65, 69, 73, 76, 80, 82, 86, 89, 93, 95, 99, 102, 106, 110, 113, 117, 119, 123, 126, 130, 133, 137, 139, 143, 146, 150, 154, 157, 161, 163, 167, 170, 174, 178, 181, 185, 187, 191, 194, 198, 201, 205, 207, 211, 214, 218, 222, 225, 229, 231, 235
Offset: 0
Examples
The tribonacci representation of 7 is 1000 (see A278038), so a(7) has tribonacci representation 100001, which is 24+1 = 25, so a(7) = 25.
Links
- N. J. A. Sloane, Table of n, a(n) for n = 0..20000
- L. Carlitz, R. Scoville and V. E. Hoggatt, Jr., Fibonacci representations of higher order, Fib. Quart., 10 (1972), 43-69.
- Wolfdieter Lang, The Tribonacci and ABC Representations of Numbers are Equivalent, arXiv:1810.09787v1 [math.NT], 2018.
Crossrefs
Formula
a(n) = A003145(n+1) - 1.
See Theorem 13 in the Carlitz, Scoville and Hoggatt paper. - Michel Dekking, Mar 20 2019
From Wolfdieter Lang, Dec 13 2018: (Start)
This sequence gives the indices k with A080843(k) = 1, ordered increasingly with offset 0.
For a proof see the W. Lang link, Proposition 5, and eq. (58).
a(n) - 1 = B1(n), where B1-numbers are B-numbers from A278039 followed by an A-number from A278040. See a comment and example in A319968.
a(n) - 1 = B(B(n)) = B(B(n) + 1) - 2, for n > = 0, where B = A278039.
(End)
Comments