Each pair of numbers (except for the last one) multiplies to form the next one or two numbers in the chain.
6*7=42
7*4=28
4*2=8
2*8=16

The longest number that follows this pattern is 6212248324.

StevenRoy solves this with a computer search.