initiate the post numbering for the upcoming articles at 100,000

As Tom says in the comments, post IDs are assigned by an AUTO_INCREMENT in the database. You can change or reset this with

ALTER TABLE wp_posts AUTO_INCREMENT=100000;