This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A374396 #10 Jul 13 2024 11:10:09 %S A374396 0,1,2,2,4,3,4,7,7,6,7,7,12,11,12,10,10,12,11,12,20,20,19,20,20,17,16, %T A374396 17,20,20,19,20,20,33,32,33,31,31,33,32,33,28,28,27,28,28,33,32,33,31, %U A374396 31,33,32,33,54,54,53,54,54,51,50,51,54,54,53,54,54,46 %N A374396 a(n) is the last term in the n-th row of A374394. %C A374396 a(n) is the greatest number z <= n such that the Zeckendorf representations of z and n-z have no common Fibonacci numbers and when combined together correspond to the lazy Fibonacci representation of n. %H A374396 Rémy Sigrist, <a href="/A374396/b374396.txt">Table of n, a(n) for n = 0..10944</a> %H A374396 Rémy Sigrist, <a href="/A374396/a374396.gp.txt">PARI program</a> %H A374396 <a href="/index/Z#Zeckendorf">Index entries for sequences related to Zeckendorf expansion of n</a> %F A374396 a(n) = A022290(A374356(1+A003754(n)), k). %F A374396 a(n) = n - A374395(n). %o A374396 (PARI) \\ See Links section. %Y A374396 Cf. A003754, A022290, A374356, A374394, A374395. %K A374396 nonn,base %O A374396 0,3 %A A374396 _Rémy Sigrist_, Jul 10 2024