Given some numbers, how do you construct a B+ Tree?

For example, construct a 6 pointers/node B+tree with following numbers.

2,3,5,7,11,17,19,23,29,31

Any help highly appreciated.

Thanks a lot