Aprender
Dos o más secuencias independientes que se alternan dentro de una misma serie.
Interleaved sequences contain two (or more) separate patterns woven together in alternating positions. The odd positions follow one rule while the even positions follow another. This creates sequences that appear complex but become simple when you separate them into their component parts.
Odd positions: a₁, a₃, a₅... follow Rule A; Even positions: a₂, a₄, a₆... follow Rule B
- 1, 10, 2, 20, 3, 30... → Odds: 1, 2, 3 (+1); Evens: 10, 20, 30 (+10)
- 2, 3, 4, 6, 8, 9... → Odds: 2, 4, 8 (×2); Evens: 3, 6, 9 (+3)
- 1, 5, 1, 10, 1, 15... → Odds: 1, 1, 1 (constant); Evens: 5, 10, 15 (+5)
Cómo reconocerlo
- Separate odd-positioned and even-positioned terms
- Check if each subset follows its own pattern
- Look for terms that seem 'out of place' with neighbors
- Often signaled by alternating magnitudes or signs
Errores comunes
- Trying to find a single rule for the entire sequence
- Not considering position-based separation
- Confusing with sequences that have alternating signs