The best WolframAlpha method that I have been able to find is
listcorrelate[{1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 3.33},{1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 3.33},1]
What that appears to do is do the correlation between the two lists, shift/rotate one list by one position and repeat this until it has done this by all seven shifts.
Please check the result carefully to make certain that this correctly does what you want.