fn blink(stones: &Vec<u64>) -> Vec<u64>
This was originally written to work on the whole array of stones, but that wasn’t convenient for caching. It is left as is for convenience of using existing tests.