Talk:Zeckendorf number representation: Difference between revisions

Content added Content deleted
Line 7: Line 7:


:I will modify the task description to specify an algorithm to use that can only give a unique sequence. Thanks for the heads-up. --[[User:Paddy3118|Paddy3118]] 12:08, 11 October 2012 (UTC)
:I will modify the task description to specify an algorithm to use that can only give a unique sequence. Thanks for the heads-up. --[[User:Paddy3118|Paddy3118]] 12:08, 11 October 2012 (UTC)

::Task specific 2 is still ambiguous for the case of ZR(1). The sequences {1} and {1, 1} both satisfy the criterion of the greatest of the sequence being a number less than or equal to the number for conversion, but the greedy rule leads the first to produce ZR(1) = 1 and the second ZR(1) = 10. —[[User:Sonia|Sonia]] 17:51, 11 October 2012 (UTC)


==Perl 6, wrong fib sequence==
==Perl 6, wrong fib sequence==