Retrieve branch at {0;0;a+9*x}

I have a tree with 45 branches with paths starting from {0;0;0} all the way to {0;0;44}.

I'd like to retrieve every 9th item starting at 'a'.

Eg.: when i specify a=2, i want the branches at {0;0;2}, {0;0;11}, {0;0;20}, {0,0,29} and so on.