A276273 Replacing every "mixed pair" of integers (as defined in the comments) with the smaller integer of the pair rebuilds the sequence.
1, 2, 2, 3, 3, 2, 4, 3, 3, 4, 2, 3, 5, 4, 4, 3, 3, 4, 4, 5, 3, 2, 4, 3, 5, 6, 4, 5, 5, 4, 4, 3, 3, 4, 4, 5, 5, 4, 6, 5, 3, 4, 2, 3, 5, 4, 4, 3, 5, 6, 6, 7, 5, 4, 6, 5, 5, 6, 4, 5, 5, 4, 4, 3, 3, 4, 4, 5, 5, 4, 6, 5, 5, 6, 4, 5, 7, 6, 6, 5, 3, 4, 4, 5, 3, 2, 4, 3, 5, 6, 4, 5, 5, 4, 4, 3, 5, 6, 6, 7, 7, 6, 8, 7, 5, 6, 4, 5, 7, 6, 6, 5, 5, 6, 6, 7, 5, 4, 6, 5, 5, 6, 4, 5, 5, 4, 4, 3, 3, 4, 4
Offset: 1
Examples
The "mixed pairs" in the sequence are between parentheses: (1,2),(2,3),(3,2),(4,3),(3,4),(2,3),(5,4),(4,3),... Replacing the content of the parentheses by their smallest term gives (1),(2),(2),(3),(3),(2),(4),(3),... which is indeed the starting sequence.
Links
- Jean-Marc Falcoz, Table of n, a(n) for n = 1..10004
Formula
Extensions
Name edited by Peter Munn, Aug 12 2023
Comments