Nineteen hexagons

In this maze of hexagons, you start in the centre at 0. The next hexagon must be a multiple of 2 and the next a multiple of 5. What are the possible paths you could take?

Problem



Here is a maze made from hexagons:

Image
Nineteen Hexagons


You need to go from the centre to one of the outside hexagons in two steps.

You start in the centre at $0$.

The next hexagon you visit must be a multiple of $2$.

The next hexagon you visit must be a multiple of $5$.

What are the possible paths you could take?

This sheet of hexagons may be helpful.