← Latest papers
🔢 mathematics

Weakly Consecutive Sequences

This paper introduces weakly consecutive sequences as a rich class of permutations defined by divisibility constraints, proposes a constructive method using four starting sequences and three rules to generate them, and establishes bounds for their count while conjecturing that all such sequences can be formed through this process.

Original authors: Thomas Garrison, Chris Seiler, Andrew Knowles

Published 2026-06-30
📖 5 min read🧠 Deep dive

Original authors: Thomas Garrison, Chris Seiler, Andrew Knowles

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a row of numbered seats, from 1 to kk, and you need to assign a unique number to each seat (a permutation). Usually, you might just line them up in order: 1, 2, 3, 4... But what if you had a very specific rule about how numbers relate to their neighbors?

This paper introduces a special kind of seating arrangement called a Weakly Consecutive Sequence (WCS).

The Core Rule: The "Family Reunion" Analogy

Think of the numbers in your sequence as people at a family reunion. The rule is about divisibility, which we can think of as "family resemblance."

  • The Rule: If a number XX sits in a seat, and a number DD divides XX (meaning DD is a "family member" of XX), then any seat that is exactly DD steps away from XX must also be occupied by a number that DD divides.
  • The Analogy: Imagine the number 2 is the "Even Family." If the number 4 (an even number) is sitting in seat #5, then the number in seat #3 (two steps left) and seat #7 (two steps right) must also be even numbers.
  • The "Weakly Consecutive" Part: The standard sequence (1, 2, 3, 4...) follows this rule perfectly. If 6 is in seat 6, then 3 steps away (seat 3) is 3, and 2 steps away (seat 4) is 4. They all respect the family rules. The paper asks: How many other ways can we shuffle the numbers so that these family rules are still obeyed?

The Discovery: Building Blocks and Tools

The authors found that while counting these sequences is hard, we can build them like LEGO sets. They discovered four specific "Starting Blocks" (base patterns) and three "Tools" (operations) to create new valid sequences from them.

The Four Starting Blocks

Depending on the total number of seats (kk), you might start with one of these four patterns:

  1. The Straight Line: Just 1, 2, 3... kk. (Always works).
  2. The 1-Inversion: If the number of seats is one less than a prime number, you can move the "1" to the very end. (e.g., 2, 3, 4, 5, 1).
  3. The Twin Swap: If the number of seats relates to "Twin Primes" (like 5 and 7), you can swap specific pairs of numbers (like swapping the 2 and the 10, or the 5 and the 7) to create a new valid pattern.
  4. The Sophie Germain Shuffle: If the numbers involve a special type of prime trio, you can move the 1 and 2 to the end and swap a few other numbers around.

The Three Tools

Once you have a starting block, you can use these tools to generate more:

  1. The Twin Swap Tool: If you have a specific starting block (the Sophie Germain one), you can swap pairs of twin primes (like 17 and 19) if they are in the right spot.
  2. The Power Swap Tool: This is the most powerful tool. If you have a number like 8 (232^3) and 4 (222^2), and they are close enough in the sequence, you can swap them. You can do this with other prime powers (like 9 and 3). This tool is like a multiplier; the more prime powers you can swap, the exponentially more sequences you can create.
  3. The Mirror Tool: You can simply flip the whole sequence backwards. If 1-2-3-4-5 works, then 5-4-3-2-1 also works.

The Big Questions and Findings

1. How many sequences are there?
The authors call this number N(k)N(k).

  • For small numbers, it's easy to list them all (see Table 1 in the paper).
  • Usually, the number of sequences is a power of 2 (like 2, 4, 8, 16).
  • The Surprise: Sometimes, it's not a power of 2. For example, when there are 21 seats, there are exactly 12 sequences. When there are 81 seats, there are 40. The paper explains that these "weird" numbers happen when the special "Sophie Germain" starting block is available.

2. Can we make as many as we want?
Yes. The paper proves that as the number of seats (kk) gets larger, the number of possible sequences (N(k)N(k)) can get arbitrarily large. You can find a length kk that allows for 1,000 sequences, or 1,000,000 sequences, though you might need a very large kk to do it.

3. The "Prime Power" Explosion
The most interesting finding is about the Power Swap Tool. The authors calculated how many times you can apply this swap for a given length.

  • They found that for some lengths, you can only swap a few times.
  • For other lengths, you can swap many times.
  • Because every swap doubles your options (you can swap or not swap), having many swap opportunities leads to a massive explosion in the number of sequences.

The Unproven Guesses (Conjectures)

The authors have a strong hunch (a conjecture) that every single valid sequence can be built using just those four starting blocks and three tools. They checked this with computers up to 500 seats, and it held true.

They also have a guess about the "Twin Prime" starting block (Block 4). They believe that for very long sequences, almost all of them come from this specific block, because it allows for the most complex swapping.

Summary

In simple terms, this paper is a map for a strange mathematical landscape. It defines a rule for shuffling numbers, finds the "seed" patterns that start the game, and provides the "moves" to generate every possible valid shuffle. It shows that while the rules seem simple, the number of ways to arrange the numbers grows wildly and unpredictably, driven by the hidden patterns of prime numbers.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →