<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://openproblemgarden.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Open Problem Garden - Sequence defined on multisets - Comments</title>
 <link>http://openproblemgarden.org/op/a_sequence_defined_on_multisets</link>
 <description>Comments for &quot;Sequence defined on multisets&quot;</description>
 <language>en</language>
<item>
 <title>Solution  (re: Sequence defined on multisets)</title>
 <link>http://openproblemgarden.org/op/a_sequence_defined_on_multisets#comment-6995</link>
 <description>&lt;p&gt;This problem has recently been solved by the author.&lt;/p&gt;
</description>
 <pubDate>Mon, 18 Jul 2011 15:26:40 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 6995 at http://openproblemgarden.org</guid>
</item>
<item>
 <title>Sequence defined on multisets</title>
 <link>http://openproblemgarden.org/op/a_sequence_defined_on_multisets</link>
 <description>&lt;table cellspacing=&quot;10&quot;&gt;
&lt;tr&gt;
  &lt;td&gt;
    Author(s):
        &lt;a href=&quot;/category/erickson_martin&quot;&gt;Erickson&lt;/a&gt;&amp;nbsp;&amp;nbsp;
  &lt;/td&gt;
  &lt;td align=right&gt;
    Subject:
        &lt;a href=&quot;/category/combinatorics&quot;&gt;Combinatorics&lt;/a&gt;&amp;nbsp;&amp;nbsp;
  &lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
  &lt;td colspan=2&gt;
    &lt;table border=1 cellspacing=&quot;5&quot;&gt;
      &lt;tr&gt;&lt;td&gt;
        &lt;div class=&quot;envtheorem&quot;&gt;&lt;b&gt;Conjecture&lt;/b&gt;&amp;nbsp;&amp;nbsp; Define a &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/16b6ab80cd3957eacdb4bc181037a6d86005b580.png&quot; alt=&quot;$ 2 \times n $&quot; /&gt; array of positive integers where the first row consists  of some distinct positive integers arranged in increasing order, and the second row consists of any positive  integers in any order.  Create a new array where the first row consists of all the integers that occur in the first array, arranged in increasing order, and the second row consists of their multiplicities.   Repeat the process.   For example, starting with the  array &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/73f8649de444361674c157a2fe98e0c5783f1c46.png&quot; alt=&quot;$ [1; 1] $&quot; /&gt;, the sequence is: &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/73f8649de444361674c157a2fe98e0c5783f1c46.png&quot; alt=&quot;$ [1; 1] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/83c3d9d7589f716ed6b0f05d26d36dabe8ba47aa.png&quot; alt=&quot;$ [1; 2] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/a6a696aec4e84df6bc046cf6d30a4df80e156a14.png&quot; alt=&quot;$ [1, 2; 1, 1] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/98b2f3e4134422c8a286f0326fc2f57ca9be2ab7.png&quot; alt=&quot;$ [1, 2; 3, 1] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/19a9d24510f4551fa45b950aed32efed0636b355.png&quot; alt=&quot;$ [1, 2, 3; 2, 1, 1] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/b00d573110ba8c2472820409103dd4cbd7bff7cc.png&quot; alt=&quot;$ [1, 2, 3; 3, 2, 1] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/2aae90b65ae3f116402a1c0143127f80d86acdf0.png&quot; alt=&quot;$ [1, 2, 3; 2, 2, 2] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/d614399c4078a70fbffb24eb99816a0974423175.png&quot; alt=&quot;$ [1, 2, 3; 1, 4, 1] $&quot; /&gt; -&gt;  &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/bf4dd82eaf95bd71a88cb78d3367efa2c7e4c942.png&quot; alt=&quot;$ [1, 2, 3, 4; 3, 1, 1, 1] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/a4ef5900a9dde9b32311afe7dee2b143f42c405f.png&quot; alt=&quot;$ [1, 2, 3, 4; 4, 1, 2, 1] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/ff367376ed7bb74fc6207273d7157062b83a1be6.png&quot; alt=&quot;$ [1, 2, 3, 4; 3, 2, 1, 2] $&quot; /&gt; -&gt; &lt;img class=&quot;teximage&quot; src=&quot;/files/tex/81ba2b3608ddba2fc95d32b74b70279f3f5adc5b.png&quot; alt=&quot;$ [1, 2, 3, 4; 2, 3, 2, 1] $&quot; /&gt;, and we now have a fixed point (loop of one array).&lt;/p&gt;
&lt;p&gt;The process always results in a loop of 1, 2, or 3 arrays. &lt;/div&gt;

      &lt;/tr&gt;&lt;/td&gt;
    &lt;/table&gt;
  &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</description>
 <category domain="http://openproblemgarden.org/category/erickson_martin">Erickson, Martin</category>
 <category domain="http://openproblemgarden.org/category/multiset">multiset</category>
 <category domain="http://openproblemgarden.org/category/sequence">sequence</category>
 <category domain="http://openproblemgarden.org/category/combinatorics">Combinatorics</category>
 <comments>http://openproblemgarden.org/op/a_sequence_defined_on_multisets#comment</comments>
 <pubDate>Tue, 29 Jun 2010 16:25:12 +0200</pubDate>
 <dc:creator>Martin Erickson</dc:creator>
 <guid isPermaLink="false">37226 at http://openproblemgarden.org</guid>
</item>
</channel>
</rss>
