<HTML><BODY><DIV style='font-family: "Verdana"; font-size: 10pt;'><DIV>
<DIV>This sequence is twice A023758.  Take a look at the formulas there.</DIV>
<DIV> </DIV>
<DIV>If you want to generate them in order, take differences of powers of 2, with the lower powers in reverse order:</DIV>
<DIV> </DIV>
<DIV>2^2-2^1, 2^3-2^1, 2^3-2^2, ...</DIV>
<DIV> </DIV>
<DIV>Franklin T. Adams-Watters<BR> </DIV> <BR>-----Original Message-----<BR>From: Alonso Del Arte <A href="mailto:alonso.delarte@gmail.com">alonso.delarte@gmail.com</A><BR><BR>
<STYLE>
.AOLPlainTextBody {
    margin: 0px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px; 
    color: #000; 
    background-color: #fff; 
}

.AOLPlainTextBody pre {
    font-size: 9pt;
}

.AOLInlineAttachment {
    margin: 10px;
}

.AOLAttachmentHeader {
    border-bottom: 2px solid #E9EAEB;
    background: #F9F9F9;
}

.AOLAttachmentHeader .Title {
    font: 11px Tahoma;
    font-weight: bold;
    color: #666666;
    background: #E9EAEB; 
    padding: 3px 0px 1px 10px;
}

.AOLAttachmentHeader .FieldLabel {
    font: 11px Tahoma; 
    font-weight: bold;
    color: #666666;
    padding: 1px 10px 1px 9px;
}

.AOLAttachmentHeader .FieldValue {
    font: 11px Tahoma; 
    color: #333333;
}

</STYLE>

<DIV class=AOLPlainTextBody id=AOLMsgPart_0_6bb8804b-411c-4e69-a56d-eb2fa17236e8><PRE><TT>I've just sent through the form a Mathematica command to calculate the
terms of A043569. It involves multiplying Mersenne numbers by powers
of 2 and sorting. It works but it's not terribly elegant.

Is there a recurrence relation for this sequence? I've tried several
different things along the lines of

a(1) = 2, a(n) = a(n -1) + log_2 a(n - 1) + log_2 a(n - 2) etc., etc.,

and they work except after a(n - 1) becomes a power of two, or before.
Any suggestions?

Al

</TT></PRE></DIV><!-- end of AOLMsgPart_0_6bb8804b-411c-4e69-a56d-eb2fa17236e8 --></DIV></DIV>


<hr style="MARGIN-TOP:10px" >
<b>Try the New Netscape Mail Today!</b><br />
Virtually Spam-Free | More Storage | Import Your Contact List<br /><a  href="http://mail.netscape.com">http://mail.netscape.com</a>

</BODY></HTML>