Reiji's Explorationsin Sound & Structure

March 3, 2026

Sequence Pendulum Wave — Switching Sequences to Observe Position and Periodicity

Overview:
This work focuses on building a reusable experimental setup (an observation tool) for comparing different number sequences at the same phase setting, rather than producing a single fixed pattern.

This project is a “pendulum-wave-like” visualization (*1) that lets you observe how different number sequences form patterns and periodic alignments when shown as a rotating motion. Points are generated from the active sequence and connected by animated line segments. By switching the sequence and comparing the same snapshot value (e.g., \(a=5.5\)), you can visually explore how motifs (such as triangle- or square-like shapes) and alignment periods differ across primes, odds, Fibonacci numbers, Lucas numbers, composites, and integers.

(*1) Visually it resembles a pendulum wave, but mathematically it maps sequence terms via complex rotation and connects the resulting points.

Note: All content on this page is originally explained by Reiji in Japanese. The English version is translated by AI and structured by a parent, with Reiji's final approval.

Reiji's Words and Ideas

Formulas and Variables

Full view of the sequence pendulum wave visualization with rotating connected points and a white reference axis

Full View: Sequence Pendulum Wave

A full view of the rotating, connected-point structure. The white horizontal line serves as a reference direction for the starting orientation.

Desmos expression list showing formulas, parameters (u and a), color settings, stored sequences, and the clickable switch region at a=5.5

Desmos Setup: Formulas, Parameters, and Sequence Switching (a = 5.5)

The expression list defining the main mapping, line thickness \(u\), phase \(a\), HSV color rule \(C\), reference line, stored sequences, and the circular click region used to switch which sequence is displayed.

Snapshot of the visualization (a=5.5) when the active sequence is integers, producing layered polygon-like structure

Integers (a = 5.5)

With integers as the active sequence, points are dense and the connected structure often appears as layered, polygon-like shells.

Snapshot of the visualization (a=5.5) when the active sequence is primes, showing larger jumps and more crossings

Primes (a = 5.5)

Using primes changes the spacing of points, which tends to increase jumps and crossings in the connecting lines, producing a different motif structure.

Snapshot of the visualization (a=5.5) when the active sequence is odd numbers, forming square-like motifs in some regions

Odd Numbers (a = 5.5)

With odds, the pattern can show square-like motifs at certain snapshots. Comparing this view with primes, composites, and integers at the same \(a\) reveals striking differences.

Snapshot of the visualization (a=5.5) when the active sequence is Fibonacci numbers, producing sparse points and large jumps

Fibonacci Sequence (a = 5.5)

Fibonacci growth makes points much sparser and increases long jumps, leaving a skeletal, geometric outline.

Snapshot of the visualization (a=5.5) when the active sequence is Lucas numbers, similar to Fibonacci but with different crossings due to initial conditions

Lucas Sequence (a = 5.5)

Lucas numbers have a growth behavior related to Fibonacci, but different initial conditions shift the crossings and overall motif orientation.

Snapshot of the visualization (a=5.5) when the active sequence is composite numbers, showing square-like structure with multiple vertex directions

Composite Numbers (a = 5.5)

The composite-number view can look square-like but with vertices appearing in multiple directions. Reiji notes that near \(a\approx 5.5\), this becomes especially distinctive.

Output Link Sequence Pendulum Wave — Desmos Graph
Application Used

Desmos Graphing Calculator

(https://www.desmos.com/calculator)

AI Assistant’s Notes and Inferences

The core value is the self-built, extensible experimental setup: a framework for running quick comparisons across sequences under the same phase parameter \(a\).

This work maps different number sequences into a rotating, connected-point visualization. By keeping the same phase parameter \(a\) and switching only the active sequence, it becomes possible to compare motifs and alignment behavior across sequences. Reiji’s approach is experimental: form a hypothesis (e.g., “near \(a\approx 2\tau/3\) it should look triangular”) and then search for both expected and unexpected structures.

  • The parameter \(a\) acts like a phase: when it is animated, the configuration appears to rotate. At certain values, the points can align in ways that produce polygon-like motifs.
  • Switching the active sequence effectively changes the “sampling” of indices, which alters density and jump sizes. This is why primes, odds, Fibonacci/Lucas, composites, and integers can yield very different shapes at the same snapshot.
  • Fibonacci and Lucas sequences grow rapidly, often producing sparse point sets and strong long-range connections, while integers (dense sampling) tend to form layered shells.
  • Reiji’s observation that “square-like” motifs can appear across multiple sequences (with different vertex behavior) suggests that motif geometry is not only about the phase \(a\), but also about how the sequence partitions indices.

In summary, this project demonstrates a clear method: implement a controllable visualization, compare multiple sequences under the same parameter setting, and use the visual evidence to refine questions about periodicity and structure.