k = 0: 0, ... (trivial)
k = 1: 1, 2, 1, 3, ... (A364447)
k = 2: 2, 3, 4, 2, 5, 3, 2, 4, 6, 2, 3, 5, 2, 4, 3, 2, 6, 5, 2, 3, 4, 2, 7, 3, 2, 4, 5, 2, 3, 6, 2, 4, 3, 2, 5, 7, ...
My next thought was to make an irregular triangle sequence, where in each row the full period of a k value would be listed; however, I am glad that I also checked k = 3 before I did that because something interesting happens.
At k = 3 instead of the sequence being purely periodic there is a pre-periodic block (colored red) followed by a periodic block (colored green)
3, 4, 5, 6, 3, 7, 4, 8, 3, 5, 6, 4, 3, 7, 9, 5, 3, 4, 6, 8, 3, 5, 4, 7, 3, 6, 9, 4, 3, 5, 8, 7, 3, 4, 6, 5, 3, 9, 4, 7, 3, 5, 6, 4, 3, 8, 10, 5, 3, 4, 6, 7, 3, 5, 4, 8, 3, 6, 9, 4, 3, 5, 7, 10, 3, 4, 6, 5, 3, 8, 4, 7, 3, 5, 6, 4, 3, 9, 8, ...
My main question now is how I could prove (or disprove, though my intuition thinks it should be prove) that this sequence is bounded for all k? I don't think I know how to do this, as I only ever learned basic examples of proof by induction/contradiction and I'm not a mathematician, so I would love some help on this. Also noteworthy is that someone else figured out that a similar banning sequence where you ban n for the next n^3 terms is unbounded, but n^2 isn't (see A364448 and A364449).
My other question is if I were to submit this sequence as an irregular triangle, does it make sense to include just the periodic block or also the pre-periodic block? And if I include both how do I indicate at what point it becomes periodic for each k.
Best regards,
Joshua Weinstein
--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/ee6bd62c-33d9-417e-9dcd-f9be73e80e6bn%40googlegroups.com.
--
To view this discussion visit https://groups.google.com/d/msgid/seqfan/564f0ad6-4585-4a41-a779-372023c329den%40googlegroups.com.
Martin's computation of the sequences up to k=100 is interesting.
I am particularly struck by the period lengths 300 for k=4, 2000 for k=9, 5400 for k=14, 12000 for k=19, 81000 for k=29, exactly 1000000 for k=49, and 17000000 for k=99. There must be a reason behind this pattern, based on k occurring every 10x terms when k = 10x - 1 and other multiplicative properties of other values occurring in the sequences.
On Tue, Sep 8, 2026 at 4:33 AM Joshua Weinstein <weinstei...@gmail.com> wrote:For the past week or so, I have been thinking about a group of sequences with the following definition:
Lexicographically earliest sequence starting with a(1) = k in which a(n) is banned from use for the next a(n) terms after its appearance and the allowed integers are >= k.