A278041 The tribonacci representation of a(n) is obtained by appending 0,1,1 to the tribonacci representation of n (cf. A278038).
3, 10, 16, 23, 27, 34, 40, 47, 54, 60, 67, 71, 78, 84, 91, 97, 104, 108, 115, 121, 128, 135, 141, 148, 152, 159, 165, 172, 176, 183, 189, 196, 203, 209, 216, 220, 227, 233, 240, 246, 253, 257, 264, 270, 277, 284, 290, 297, 301, 308, 314, 321, 328, 334, 341, 345, 352, 358, 365, 371, 378, 382, 389, 395, 402, 409, 415
Offset: 0
Examples
The tribonacci representation of 7 is 1000 (see A278038), so a(7) has tribonacci representation 1000011, which is 44+2+1 = 47, so a(7) = 47.
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, Theorem 13.
- Wolfdieter Lang, The Tribonacci and ABC Representations of Numbers are Equivalent, arXiv preprint arXiv:1810.09787 [math.NT], 2018.
Crossrefs
Formula
a(n) = A003146(n+1) - 1.
From Wolfdieter Lang, Dec 06 2018: (Start)
a(n) = 7*n + 3 - (z_A(n-1) + 3*z_C(n-1)), where z_A(n) = A276797(n+1) and z_C(n) = A276798(n+1) - 1, n >= 0.
For proofs see the W. Lang link in A080843, eqs. 37 and 40.
a(n) - 1 = B2(n), where B2-numbers are B-numbers from A278039 followed by a C-number from A278041. See a comment and example in A319968.
(End)
Comments