This project aimed to predict the next number in integer sequences using machine learning algorithms. The dataset contained integer sequences from the OEIS database split into training and test sets. Support Vector Regression and Random Forest algorithms were used to model the sequences. Support Vector Regression had an error rate of around -0.17% while Random Forest achieved around 2.49% error on the test set. Various online resources were referenced to complete the project.