To give a specific example:<br>
<br>
<pre><tt><font size="4">NEW SEQUENCE FROM Jonathan Vos Post<br><br>%I A000001<br>%S A000001 2, 6, 450, 2836181250, 81492043057751910481759423160156250, <br>4561157026363824997482074305569280581505536351717093893927260661169357729871499327113563125890139588096951624677718591308593750
<br>%N A000001 Multiplicative encoding of Catalan's triangle: Product <br>p(i+1)^T(n,i).<br>%C A000001 This is to A009766 "Catalan's triangle T(n,k) (read by <br>rows)"  as A007188 "Multiplicative encoding of Pascal triangle: Product 
<br>p(i+1)^C(n,i)" is to A007318 "Pascal's triangle read by rows."<br>%F A000001 a(n) = PRODUCT[i=i..n] p(i+1)^T(n,i), where T(n,i), are <br>Cataln's triangle as in a009766.<br>%e A000001 a(1) = p(1)^T(1,1) = 2^1 = 2.
<br>a(2) = p(1)^T(2,1) * p(2)^T(2,2) = 2^1 * 3^1 = 6.<br>a(3) = p(1)^T(3,1) * p(2)^T(3,2) * p(3)^T(3,3) = 2^1 * 3^2 * 5^2 = 450.<br>a(4) = 2^1 * 3^3 * 5^5 * 7^5 = 2836181250.<br>a(5) = 2^1 * 3^4 * 5^9 * 7^14 * 11^14 = <br>
81492043057751910481759423160156250.<br>a(6) = 2^1 * 3^5 * 5^14 * 7^28 * 11^42 * 13^42.<br>%Y A000001 Cf. A007188, A007318, A009766.<br>%O A000001 1<br>%K A000001 ,easy,nonn,<br>%A A000001 Jonathan Vos Post (<a href="http://us.f551.mail.yahoo.com/ym/Compose?To=jvospost2@yahoo.com&YY=14244&y5beta=yes&y5beta=yes&order=down&sort=date&pos=0">
jvospost2@yahoo.com</a>), Nov 03 2006<br>RH </font><br>RA <a href="http://192.20.225.32">192.20.225.32</a></tt></pre>
<br><br><div><span class="gmail_quote">On 11/3/06, <b class="gmail_sendername">Jonathan Post</b> <<a href="mailto:jvospost3@gmail.com">jvospost3@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I think the example givem without A number, is:<br>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr><td align="left" valign="top" width="100"><a href="http://www.research.att.com/%7Enjas/sequences/A007188" title="Multiplicative encoding of Pascal triangle: Product p(i+1)^C(n,i)." target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
A007188</a></td>
          <td width="5"><br>
</td>
          <td align="left" valign="top">
            Multiplicative encoding of Pascal triangle: Product p(i+1)^C(n,i).          <br><font size="-1">(Formerly M1722)</font>
          </td>
          <td width="2"><br>
</td>
              <td align="right" valign="top">
            <font size="-2">+0<br>2</font>
          </td>
        </tr>
      </tbody>
</table>

    
      
        
<table cellpadding="2" cellspacing="0">
<tbody><tr><td width="20"><font size="4"><br>
      </font></td><td width="710"><font size="4"><tt>2, 6, 90, 47250, 66852843750, 2806877704512541816406250, 1216935896582703898519354781702537118597533386230468750</tt></font></td></tr></tbody>
</table>
<br>
There might be other Godel-coded sequences, and the like, besides
Conway's brilliant "Fractran", above and beyond those with "decimal
Godelization" -- but usually these quickly lead to numbers too large
for OEIS.<br>
<br>
-- Jonathan Vos Post<div><span class="e" id="q_10eaff6f5ea57bc7_1"><br>
<br><div><span class="gmail_quote">On 11/3/06, <b class="gmail_sendername"><a href="mailto:franktaw@netscape.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">franktaw@netscape.net</a></b> <<a href="mailto:franktaw@netscape.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
franktaw@netscape.net</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><Me><br>>Off hand, I can't think of any interesting functions of finite<br>
sequences of
<br>>positive integers that depend on the order of the sequence.<br><br>Of course, I no sooner wrote that than I started thinking of such<br>functions.<br>I'm not sure any of these are tremendously interesting, but they're at
<br>least<br>somewhat so.<br><br>In the following, b(i), i = 1..k is the finite sequence.  I'm starting<br>all these<br>sequences with the empty sequence, but I searched for them without<br>that first term.  All are shown here in A066099 order.
<br><br>Alternating sum<br>Sum_i (-1)^{i+1) b(i)<br>0,1,2,0,3,1,-1,1,4,2,0,2,-2,0,2,0<br><br>Binomial sum<br>Sum_i C(k-1,i-1) b(i)<br>0,1,2,2,3,3,3,4,4,4,4,5,4,6,5,8<br><br>Inverse binomial sum<br>Sum_i (-1)^{i+1) C(k-1,i-1) b(i)
<br>0,1,2,0,3,1,-1,0,4,2,0,1,-2,-2,1,0<br><br>Weighted sum<br>sum_i i b(i)<br>0,1,2,3,3,4,5,6,4,5,6,7,7,8,9,10<br>This is A029931<br><br>Zero-based weighted sum<br>sum_i (i-1) b(i)<br>0,0,0,1,0,1,2,3,0,1,2,3,3,4,5,6<br><br>

Sum of products of consecutive elements<br>sum_{i=1}^{k-1} b(i) b(i+1)<br>0,0,0,1,0,2,2,2,0,3,4,3,3,4,3,3<br><br>Number of rises<br>sum_{b(i)>b(i-1)} 1<br>0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0<br><br>Number of falls<br>sum_{b(i)<b(i-1)} 1
<br>0,0,0,0,0,1,0,0,0,1,0,1,0,1,0,0<br><br>Number of unchanged<br>sum_{b(i)=b(i-1)} 1<br>0,0,0,1,0,0,0,2,0,0,1,1,0,0,1,3<br><br>Number of non-rises<br>sum_{b(i)<=b(i-1)} 1<br>0,0,0,1,0,0,1,2,0,0,1,1,1,1,2,3<br><br>Number of non-falls
<br>sum_{b(i)>=b(i-1)} 1<br>0,0,0,1,0,1,0,2,0,1,1,2,0,1,1,3<br><br>Number of monotonically increasing runs<br>1 + number of falls, but 0 for empty sequence<br>0,1,1,1,1,2,1,1,1,2,1,2,1,2,1,1<br><br>Number of monotonically decreasing runs
<br>1 + number of rises, but 0 for empty sequence<br>0,1,1,1,1,1,2,1,1,1,1,1,2,2,2,1<br><br>Number of runs of equal terms<br>1 + number of unchanged, but 0 for empty sequence<br>0,1,1,2,1,1,1,3,1,1,2,2,1,1,2,4<br><br>Number of distinct non-empty subsequences
<br>0,1,1,2,1,3,3,3,1,3,2,5,3,5,5,4<br>E.g., f(1,1) = 2, for the sequences [1], and [1,1].<br><br>Number of distinct subsequences<br>1 + number of distinct non-empty subsequences<br>1,2,2,3,2,4,4,4,2,4,3,6,4,6,6,5<br><br>

Number of set partitions<br>List parts of set partition by their smallest element, and count the<br>part sizes.<br>E.g., 1|2,4|3 (also known as {1,2,3,2}) would count for the sequence<br>[1,2,1].<br>1,1,1,1,1,2,1,1,1,3,3,3,1,2,1,1
<br><br>Number of permutations<br>List permutations in cycle form, sorted by the smallest element in the<br>cycle,<br>and count the cycle lengths.<br>Number of set partitions * Product_i (b(i)-1)!<br>1,1,1,1,2,2,1,1,6,6,3,3,2,2,1,1
<br><br>Number of partially ordered sets (unlabelled) by rank<br>The rank of an element in a poset is the length of the longest chain of<br>which it<br>is the largest element.<br>1,1,1,1,1,2,1,1,1,3,4,3,1,2,1,1<br><br>Number of partially ordered sets (labelled) by rank
<br>1,1,1,2,1,9,3,6,1,28,54,60,4,36,12,24<br><br>Number of partially ordered sets (naturally labelled) by rank<br>Naturally labelled means labels are consistent with the ordering.<br>1,1,1,1,1,4,1,1,1,11,13,8,1,4,1,1<br>
<br>
Number of forests (unlabelled, unordered) with b(i) nodes at height i.<br>1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,2,2,1,1,1,1,2,1,1,1,1,1<br><br>... and, of course, various other forest options.<br><br>If there is agreement that this is the right order for these sequences,
<br>I'll try<br>to find time to submit them.<br>________________________________________________________________________<br>Check Out the new free AIM(R) Mail -- 2 GB of storage and<br>industry-leading spam and email virus protection.
<br><br></blockquote></div><br>

</span></div></blockquote></div><br>