For example there is a list of elements
[8,6,3,7,1,8,8,9,2,0,5,4,7,9,2,8,2,5,5,6,3,0,1,7,9,2,9,6,7,0,5,2,7,4,5,6,2,1,9,0,3,1,3,9,4,9,2,7,5,9,0,5,2,1,8,6,4]
I'm trying to find places (indexes) inside above list to find hits of second
[1,4,3,8]
Is there common and elegant algorithms for that?