Question: nice writing of pochhammer symbols

Please, I would like writing the pochhammer's symbols or rising factorials in a nice way.

Trying

nicepo:=(a,b)->(a)[b];

apparently works, however the output of

substitute(pochhammer=nicepo,pochhammer(1/2,n));

is nicepo(1/2,n), and not the output I would like, namely (1/2)[n].

Is there a way of getting the output I want?

Please Wait...