<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Maple and Integer sequence recognition</title>
    <link>http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 13:46:50 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 13:46:50 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Maple and Integer sequence recognition</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Maple and Integer sequence recognition</title>
      <link>http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition</link>
    </image>
    <item>
      <title>Reference</title>
      <link>http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition?ref=Feed:MaplePrimes:Maple and Integer sequence recognition:Comments#answer99710</link>
      <itunes:summary>&lt;p&gt;Look also &lt;a href="http://www.mapleprimes.com/questions/89284-How-Do-I-Get-Equation-From-A-Sequence"&gt;here &lt;/a&gt;. It is too long to be cited .&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Look also &lt;a href="http://www.mapleprimes.com/questions/89284-How-Do-I-Get-Equation-From-A-Sequence"&gt;here &lt;/a&gt;. It is too long to be cited .&lt;/p&gt;</description>
      <guid>99710</guid>
      <pubDate>Wed, 01 Dec 2010 23:36:17 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>guess and FPS</title>
      <link>http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition?ref=Feed:MaplePrimes:Maple and Integer sequence recognition:Comments#answer99714</link>
      <itunes:summary>&lt;p&gt;If gfun[guessgf] can find the generating function, convert/FPS may be able to find an explicit formula for the coefficients.&amp;nbsp; For example:&lt;/p&gt;
&lt;p&gt;&amp;gt; L := [6, 24,60, 120, 210, 336]:&lt;br&gt;&amp;nbsp;&amp;nbsp; g:= gfun[guessgf](L,t, [ogf]);&lt;br&gt;&amp;nbsp;&amp;nbsp; convert(g[1],FPS,t);&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=b7c9de01e27c627aef6b230b926ed267.gif" alt="Sum((6+11*k+6*k^2+k^3)*t^k,k = 0 .. infinity)"&gt;&lt;/p&gt;
&lt;p&gt;&amp;gt; factor(%);&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=e86ce463158b3a71355606b8f2833859.gif" alt="Sum((k+3)*(k+2)*(k+1)*t^k,k = 0 .. infinity)"&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If gfun[guessgf] can find the generating function, convert/FPS may be able to find an explicit formula for the coefficients.&amp;nbsp; For example:&lt;/p&gt;
&lt;p&gt;&amp;gt; L := [6, 24,60, 120, 210, 336]:&lt;br&gt;&amp;nbsp;&amp;nbsp; g:= gfun[guessgf](L,t, [ogf]);&lt;br&gt;&amp;nbsp;&amp;nbsp; convert(g[1],FPS,t);&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=b7c9de01e27c627aef6b230b926ed267.gif" alt="Sum((6+11*k+6*k^2+k^3)*t^k,k = 0 .. infinity)"&gt;&lt;/p&gt;
&lt;p&gt;&amp;gt; factor(%);&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=e86ce463158b3a71355606b8f2833859.gif" alt="Sum((k+3)*(k+2)*(k+1)*t^k,k = 0 .. infinity)"&gt;&lt;/p&gt;</description>
      <guid>99714</guid>
      <pubDate>Thu, 02 Dec 2010 01:54:22 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>brute ...</title>
      <link>http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition?ref=Feed:MaplePrimes:Maple and Integer sequence recognition:Comments#answer99716</link>
      <itunes:summary>&lt;p&gt;A 'brute' way would be: find the polynomial given by the points and Maple can do that (i.e. it depends on what is intended).&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;A 'brute' way would be: find the polynomial given by the points and Maple can do that (i.e. it depends on what is intended).&lt;/p&gt;</description>
      <guid>99716</guid>
      <pubDate>Thu, 02 Dec 2010 02:07:15 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>prediction</title>
      <link>http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition?ref=Feed:MaplePrimes:Maple and Integer sequence recognition:Comments#comment99724</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for your reply,&lt;/p&gt;
&lt;p&gt;I am very new to maple, could you tell me how I can see the next terms of the sequence; I am not interested in the mathematics behind it, I just need a command that given a finite sequence predict the next terms; whatever method it uses...&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for your reply,&lt;/p&gt;
&lt;p&gt;I am very new to maple, could you tell me how I can see the next terms of the sequence; I am not interested in the mathematics behind it, I just need a command that given a finite sequence predict the next terms; whatever method it uses...&lt;/p&gt;</description>
      <guid>99724</guid>
      <pubDate>Thu, 02 Dec 2010 06:35:59 Z</pubDate>
      <itunes:author>mhrdmaple</itunes:author>
      <author>mhrdmaple</author>
    </item>
    <item>
      <title>next term</title>
      <link>http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition?ref=Feed:MaplePrimes:Maple and Integer sequence recognition:Comments#comment99730</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition#comment99724"&gt;@mhrdmaple&lt;/a&gt; : with L as above:&lt;/p&gt;
&lt;pre&gt;&amp;gt; L := [6, 24, 60, 120, 210];&lt;br&gt;&amp;nbsp;&amp;nbsp; g:= gfun[guessgf](L,t, [ogf]);&lt;br&gt;&amp;nbsp; &amp;nbsp; coeftayl(g[1],t,nops(L));&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 336&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition#comment99724"&gt;@mhrdmaple&lt;/a&gt; : with L as above:&lt;/p&gt;
&lt;pre&gt;&amp;gt; L := [6, 24, 60, 120, 210];&lt;br&gt;&amp;nbsp;&amp;nbsp; g:= gfun[guessgf](L,t, [ogf]);&lt;br&gt;&amp;nbsp; &amp;nbsp; coeftayl(g[1],t,nops(L));&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 336&lt;/p&gt;</description>
      <guid>99730</guid>
      <pubDate>Thu, 02 Dec 2010 11:07:59 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>A simple function only</title>
      <link>http://www.mapleprimes.com/questions/99705-Maple-And-Integer-Sequence-Recognition?ref=Feed:MaplePrimes:Maple and Integer sequence recognition:Comments#comment99723</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the reply, What I am looking for, is a command or method in Maple, that given first few terms of a sequnce, predict the next terms...&lt;/p&gt;
&lt;p&gt;I know that there are a lot of functions which satisfy a finite list of numbers; but I look for something like "FindSequenceFunction" in Mathematica that identify and predict the "simplest" function generating the sequence,, ("simple" can be freely defined)&lt;/p&gt;
&lt;p&gt;//Mehrdad.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the reply, What I am looking for, is a command or method in Maple, that given first few terms of a sequnce, predict the next terms...&lt;/p&gt;
&lt;p&gt;I know that there are a lot of functions which satisfy a finite list of numbers; but I look for something like "FindSequenceFunction" in Mathematica that identify and predict the "simplest" function generating the sequence,, ("simple" can be freely defined)&lt;/p&gt;
&lt;p&gt;//Mehrdad.&lt;/p&gt;</description>
      <guid>99723</guid>
      <pubDate>Thu, 02 Dec 2010 06:29:46 Z</pubDate>
      <itunes:author>mhrdmaple</itunes:author>
      <author>mhrdmaple</author>
    </item>
  </channel>
</rss>