A bijection from the natural numbers 1,2,3,4,...
to the positive even integers 2,4,6,8,...
You can just use the function h defined as:
h(1) = 16
h(2) = 12
h(3) = 2
h(4) = 4
h(5) = 6
h(6) = 8
h(7) = 10
h(8) = 14
h(9) = 18 and in general, h(k) = 2k for all k > 9