[seqfan] Re: Is there a correct way to submit a family of sequences?

Tom Duff eigenvectors at gmail.com
Tue Nov 30 19:20:14 CET 2021


One possibility is to submit a table whose rows are the members of
each of your sequence of sequences.

On Tue, Nov 30, 2021 at 4:14 AM Oliver Seet <daggath at gmail.com> wrote:
>
> Hello everyone, I think this is my first time posting to the group. There
> are a couple of sequences that I would like to submit but I want to be sure
> that I am doing it correctly. Since the range of sequences generated is the
> same as the number of possible bases ( infinite ) I realize that I can't
> just submit all of the sequences. Is there a way to submit a family of
> sequences or do I just have to pick a few that are interesting from it?
> While the case for base 10 has been submitted by someone else already, I
> would like to submit bases 8,16 and 60.
>
> I searched for the sequences and did find a member of the family.  A068505
> <https://oeis.org/A068505>  and upon reading it I discovered the support
> sequence A068505 <https://oeis.org/A068505> also exists but it too is
> missing its variations. The family of sequences that I want to submit is
> generally the same except that we change the base in which we count. At a
> minimum, I would like to submit the hexadecimal (base16) and octal (base 8)
> versions of the sequence.
>
> The process is as follows,
>
> In base 'b', where in this example 'b' = 16.
> We count up 1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,10,11,12,13,...
> this number is then evaluated and the largest digit is found. This digit
> will be referred to as 'c'.
> We then evaluate the number in base 'c'+1 and convert the answer into
> decimal to get the number for the sequence.
>
> I have written a program in java that generates these sequences which can
> currently handle up to base 61.
>
> In base 16 the sequence represented in decimal begins with:
> 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,2,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,6,7,8,11,14,17,20,23,26,29,32,35,38,41,44,47,12,13,14,15,19,23,27,31,35,39,43,47,51,55,59,63,20,21,22,23,24,29,34,39,44,49,54,59,64,69,74,79,30,...
>
> From, Oliver K. Seet
>
> --
> Seqfan Mailing list - http://list.seqfan.eu/



More information about the SeqFan mailing list