A361756 Irregular triangle T(n, k), n >= 0, k = 1..A361757(n), read by rows; the n-th row lists the numbers k such that the Fibonacci numbers that appear in the dual Zeckendorf representation of k also appear in that of n.
0, 0, 1, 0, 2, 0, 1, 2, 3, 0, 1, 4, 0, 2, 5, 0, 1, 2, 3, 4, 5, 6, 0, 2, 7, 0, 1, 2, 3, 7, 8, 0, 1, 4, 9, 0, 2, 5, 7, 10, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 0, 1, 4, 12, 0, 2, 5, 13, 0, 1, 2, 3, 4, 5, 6, 12, 13, 14, 0, 2, 7, 15, 0, 1, 2, 3, 7, 8, 15, 16
Offset: 0
Examples
Triangle T(n, k) begins: n n-th row -- ------------------------------------- 0 0 1 0, 1 2 0, 2 3 0, 1, 2, 3 4 0, 1, 4 5 0, 2, 5 6 0, 1, 2, 3, 4, 5, 6 7 0, 2, 7 8 0, 1, 2, 3, 7, 8 9 0, 1, 4, 9 10 0, 2, 5, 7, 10 11 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 12 0, 1, 4, 12
Links
- Rémy Sigrist, Table of n, a(n) for n = 0..9956 (rows for n = 0..377 flattened)
- Rémy Sigrist, PARI program
- Index entries for sequences related to Zeckendorf expansion of n
Programs
-
PARI
See Links section.
Comments