I know that I can insert multiple rows using a single statement, if I use the syntax in this answer.
However, one of the values I am inserting is taken from a seque
A possibility is to create a trigger on insert to add in the correct sequence number.