how EIS treats numbers with leading zeros

Frank Ellermann frank.ellermann at t-online.de
Tue Apr 30 20:46:53 CEST 2002


Eric W. Weisstein wrote:
 
> How does the EIS handle numbers with leading zeros?

Intentionally not supported.  In some cases you'll find
binary sequences using the digits 1 (instead of 1) and
2 (instead of 0).  You could also hide strings [0-9]* 
by something like 1[0-9]* with a comment to ignore the
leading 1, but AFAIK there's yet no such EIS sequence.

                     Bye, Frank



MIME-Version: 1.0







More information about the SeqFan mailing list