Talk:Summarize and say sequence: Difference between revisions

→‎Explanation request: added count-and-say instead of sort, then look and say. -- ~~~~
(+ note)
(→‎Explanation request: added count-and-say instead of sort, then look and say. -- ~~~~)
Line 8:
 
:: Perhaps an easier way to think of it is to take the term, say 13123110, sort the digits high to low: 33211110, then read it off as in the look-and-say sequence (which is what the first sequence is basically): 2 3s, 1 2, 4 1s, 1 0 or 23124110. In look-and-say, you don't sort the digits first. Here, you do.--[[User:Thundergnat|Thundergnat]] 10:52, 22 August 2011 (UTC)
 
::: Instead of look-and-say, it's more like count-and-say. I didn't sort the digits at all (in the REXX program). -- [[User:Gerard Schildberger|Gerard Schildberger]] 08:49, 3 May 2012 (UTC)
 
== Huh? ==