Mathematical Sequences¶
Recursive and Non-Uniform Packet Structures
Overview¶
Several packet categories in REVA v4.0 are derived from mathematical sequences.
Unlike harmonic structures, sequence-based geometries are not defined by simple integer multiples.
Instead, each value is generated according to a specific mathematical rule.
Examples include:
- Fibonacci
- Lucas
- Prime
These categories often produce packet envelopes that appear less symmetrical and more progressive than harmonic structures.
Why Sequences?¶
Sequence-based packet families provide alternatives to purely harmonic timing structures.
Instead of repeating regular integer relationships, sequences introduce:
- progressive growth,
- irregular spacing,
- evolving geometry,
- hierarchical structures.
This expands the range of available packet envelopes.
Fibonacci Sequence¶
The Fibonacci sequence is defined by:
Next Value
=
Previous Two Values Added Together
Example:
1
1
2
3
5
8
13
21
34
55
Fibonacci Geometry¶
Fibonacci structures typically produce:
- progressive expansion,
- increasing segment duration,
- naturally growing envelopes.
Example:
5
8
13
21
34
55
Each segment becomes larger than the previous one.
Fibonacci Envelope¶
Conceptually:
██
████
██████
██████████
██████████████
The envelope expands continuously.
Lucas Sequence¶
The Lucas sequence follows the same recursive rule as Fibonacci.
Example:
2
1
3
4
7
11
18
29
47
76
Although similar to Fibonacci, Lucas structures produce different growth trajectories.
Lucas Geometry¶
Lucas packet families often exhibit:
- recursive expansion,
- progressive envelopes,
- Fibonacci-like behavior.
Because the starting values differ, the resulting geometry also differs.
Prime Sequence¶
Prime structures are based upon prime numbers.
Example:
2
3
5
7
11
13
17
19
23
29
Unlike Fibonacci or Lucas structures, prime sequences are not recursive.
Prime Geometry¶
Prime-based packet families often produce:
- irregular spacing,
- reduced symmetry,
- non-periodic envelopes.
Example:
2
3
5
7
11
17
23
29
Growth is less predictable than in recursive sequences.
Sequence Comparison¶
| Sequence | Growth Type | Symmetry | Predictability |
|---|---|---|---|
| Fibonacci | Recursive | Low | Medium |
| Lucas | Recursive | Low | Medium |
| Prime | Non-Linear | Low | Low |
Relationship to Packet Geometry¶
Sequence-based packet families influence:
- segment duration,
- packet density,
- envelope growth,
- overall waveform appearance.
The underlying carrier frequency remains unchanged.
Only the geometry changes.
Harmonic vs Sequence Structures¶
Harmonic example:
10
20
30
40
50
Sequence example:
5
8
13
21
34
Harmonic structures tend to appear balanced and periodic.
Sequence structures tend to appear progressive and evolving.
Engineering Perspective¶
Sequence-based packet families provide an alternative to highly structured harmonic relationships.
They introduce controlled complexity while remaining mathematically reproducible.
This makes them useful for exploring waveform geometries that evolve over time rather than repeating simple proportional relationships.