I think a starting point might be a segment like this?
Hit [
Page exists
AND
VISITOR Container (only after sequence) [
Page equals X (where X is your new page)
THEN After 1 Visit(s)
Page exists
]
]
Basically, I am getting back the page hits from Visitors that saw the specific page, then after 1 Visit (i.e. the next visit to the site) saw any page. The Only After Sequence should restrict the hits to only those that follow the sequence...
Of course, you will want to test this, and you might need some tweaks...