Integer "observables"

Andrew Plewe aplewe at sbcglobal.net
Wed Feb 13 22:24:57 CET 2008


something I've been thinking about for awhile. Imagine that you had an
so, is there any way to count the increase? I don't know if any of this can
	-Andrew Plewe-
Return-Path: <njas at research.att.com>
X-Ids: 166
Date: Wed, 13 Feb 2008 22:44:58 -0500
From: "N. J. A. Sloane" <njas at research.att.com>
Message-Id: <200802140344.m1E3iwI1014675 at prim.research.att.com>
X-Mailer: mailx (AT&T/BSD) 9.9 2008-02-12
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: antti at research.att.com, applegate at research.att.com, bower at research.att.com,
   chandler at research.att.com, dean at research.att.com, deutsch at research.att.com,
   dwilson at research.att.com, guy at research.att.com, hasler at research.att.com,
   layman at research.att.com, lebrun at research.att.com, mather at research.att.com,
   maxa at research.att.com, mccranie at research.att.com, njas at research.att.com,
   noe at research.att.com, plouffe at research.att.com, rcox at research.att.com,
   reble at research.att.com, rgwv at rgwv.com, seqfan at ext.jussieu.fr,
   somos at research.att.com, steinerberger at research.att.com,
   wasserman at research.att.com
Subject: earliest string to reprsent 00 ... 99
Cc: njas at research.att.com
X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.166]); Thu, 14 Feb 2008 05:15:40 +0100 (CET)
X-Virus-Scanned: ClamAV 0.92/5805/Thu Feb 14 00:29:12 2008 on shiva.jussieu.fr
X-Virus-Status: Clean
X-j-chkmail-Score: MSGID : 47B3C06C.000 on shiva.jussieu.fr : j-chkmail score : X : 0/50 0 0.558 -> 1
X-Miltered: at shiva.jussieu.fr with ID 47B3C06C.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)!
Return-Path: <joshua.zucker at gmail.com>
X-Ids: 166
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=M/beqWo9RaBxxOeY8cnButrhkQRSgS/azCG+woCqZso=;
        b=NfOryrRKQYsIeWu8a3W/Hh5K7CBl1buFOy7JMSqpL8ZKhNSBl0iw4UXDfnDqdWfb9+aDnCfY2iUYSkSIJ2TdCE1gNLb+bTP1oCBo40LxUCwCCRHvwrBdRaSQpa74xZajl/cnWjZQJol0knsNn0mJwpi1NZAMncEa390JEPaXgS8=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=P2C+g5NWuAL46yD78RmXs9mE2gsHrvvypdLE44zcICFo+wQrHCSq4SxiFrhEklAvVT2Gqfwqo6EZkueCl7e8JZdKEzmRDLfCULHVSGLwVsOTFh2tkxp4cxDAc4InncUzPh4DHymNGWF0viP6H6zQssquVA2gJyCmbJzk6lGXXGQ=
Message-ID: <721e81490802132050w349f8d57k4422f773b4755c7b at mail.gmail.com>
Date: Wed, 13 Feb 2008 20:50:07 -0800
From: "Joshua Zucker" <joshua.zucker at gmail.com>
To: "Sequence Fans" <seqfan at ext.jussieu.fr>
Subject: Re: earliest string to reprsent 00 ... 99
In-Reply-To: <200802140344.m1E3iwI1014675 at prim.research.att.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <200802140344.m1E3iwI1014675 at prim.research.att.com>
X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.166]); Thu, 14 Feb 2008 05:50:09 +0100 (CET)
X-Virus-Scanned: ClamAV 0.92/5805/Thu Feb 14 00:29:12 2008 on shiva.jussieu.fr
X-Virus-Status: Clean
X-j-chkmail-Score: MSGID : 47B3C881.002 on shiva.jussieu.fr : j-chkmail score : X : 0/50 1 0.548 -> 1
X-Miltered: at shiva.jussieu.fr with ID 47B3C881.002 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)!

I don't think the given seq. contains 90 or 9,0 in it, so either
there's a mistake or we're misunderstanding the sequence.
--Joshua Zucker


On Feb 13, 2008 7:44 PM, N. J. A. Sloane <njas at research.att.com> wrote:
>
> Dear Seqfans, Patrick A. Kirol submitted a sequence
> which I did not understand.  After reading his reply,
> I think that the problem can be stated as follows:
>
> Find the shortest (and lexicographically earliest)
> decimal string which contains all the 2-digit strings 01, 02,
> ..., 98, 99.
>
> Presumably something like this will be optimal:
>
> 1 0 1 1 2 1 3 ... 9 9
>
> Here is what he sent me:
>
> %S A000001 0,01,02,03,04,05,06,07,08,09,1,12,13,14,15,16,17,18,19,2,23,24,25,26,27,28,29,3,34,35,36,37,38,39,4,45,46,47,48,49,5,56,57,58,59,6,67,68,69,7,78,79,8,89,9
>
> but I think the version in the
> OEIS should be a string of single digits seperated by commas.
> The string /could/ begin with 0, but it's not obvious that that
> is optimal.
>
> Neil
>
>
>





More information about the SeqFan mailing list