i'm not sure personally if it can be done using cron. Is there a specific reason you need it to run every 20 seconds?
1 possible way although (not ideal) of achieving this is to have a script that is run every minute (as per the cron) but sleeps for 20 seconds then runs again, then sleeps again for 20 seconds and runs again after which it terminates (you will of course have to increase the maximum execution time),