login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A361789 A(n, k) is the sum of the distinct terms in the dual Zeckendorf representations of n or of k; square array A(n, k) read by antidiagonals, n, k >= 0. 1
0, 1, 1, 2, 1, 2, 3, 3, 3, 3, 4, 3, 2, 3, 4, 5, 4, 3, 3, 4, 5, 6, 6, 6, 3, 6, 6, 6, 7, 6, 5, 6, 6, 5, 6, 7, 8, 8, 6, 6, 4, 6, 6, 8, 8, 9, 8, 7, 6, 6, 6, 6, 7, 8, 9, 10, 9, 8, 8, 6, 5, 6, 8, 8, 9, 10, 11, 11, 11, 8, 11, 6, 6, 11, 8, 11, 11, 11, 12, 11, 10, 11, 11, 10, 6, 10, 11, 11, 10, 11, 12 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The dual Zeckendorf representation corresponds to the lazy Fibonacci representation (see A356771 for further details).
LINKS
Rémy Sigrist, Colored representation of the table for x, y < Fibonacci(16) - 1 (where the color is function of A(x, y))
Rémy Sigrist, PARI program
FORMULA
A(n, k) = A022290(A003754(n+1) OR A003754(k+1)) (where OR denotes the bitwise OR operator, A004198).
A(n, k) = A(k, n).
A(n, 0) = n.
A(n, n) = n.
A(A(m, n), k) = A(m, A(n, k)).
A(A(n, k), n) = A(n, k).
A(n, A361756(n, k)) = n.
EXAMPLE
Array A(n, k) begins:
n\k | 0 1 2 3 4 5 6 7 8 9 10 11 12 13
----+-------------------------------------------------------
0 | 0 1 2 3 4 5 6 7 8 9 10 11 12 13
1 | 1 1 3 3 4 6 6 8 8 9 11 11 12 14
2 | 2 3 2 3 6 5 6 7 8 11 10 11 14 13
3 | 3 3 3 3 6 6 6 8 8 11 11 11 14 14
4 | 4 4 6 6 4 6 6 11 11 9 11 11 12 14
5 | 5 6 5 6 6 5 6 10 11 11 10 11 14 13
6 | 6 6 6 6 6 6 6 11 11 11 11 11 14 14
7 | 7 8 7 8 11 10 11 7 8 11 10 11 19 18
8 | 8 8 8 8 11 11 11 8 8 11 11 11 19 19
9 | 9 9 11 11 9 11 11 11 11 9 11 11 17 19
10 | 10 11 10 11 11 10 11 10 11 11 10 11 19 18
11 | 11 11 11 11 11 11 11 11 11 11 11 11 19 19
12 | 12 12 14 14 12 14 14 19 19 17 19 19 12 14
13 | 13 14 13 14 14 13 14 18 19 19 18 19 14 13
PROG
(PARI) See Links section.
CROSSREFS
Sequence in context: A123243 A037193 A291615 * A343040 A343044 A003986
KEYWORD
nonn,base,tabl
AUTHOR
Rémy Sigrist, Mar 24 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 23 20:14 EDT 2024. Contains 375396 sequences. (Running on oeis4.)