A simple Python script that analyzes an array of integers to detect patterns where the first and third elements of consecutive triplets are identical. The program collects and outputs all such triplets, making it a useful utility for pattern detection or data analysis in sequences.