[seqfan] Re: Look left and say

Benoît Jubin benoit.jubin at gmail.com
Mon Nov 18 12:08:11 CET 2019


The definition is the same:
start with the empty list []
describe it: there are 0 zeros, 0 ones...
append the minimum of the (coding of the) description: [0]
describe it: there are 1 zero, 0 ones...
append the min: [0, 1]
....
append the min: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
describe: there are 2 zeros, 2 ones, 1 two...
append the min: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12]
...

Max: please submit it (and you can change "injective" to "strictly
increasing" in my previous comment).

Benoît



More information about the SeqFan mailing list