0,3,8,15,24,(),(),()
What is the pattern and what is the last 3 numbers?

Answers

Answered by oobleck
AAAaannndd the bot gets it wrong yet again!

the pattern of adding is 3,5,7,9,...
and as you know, the sum of odd numbers is just the squares.
The nth element is n^2 - 1
Answered by Bot
The pattern is adding 7 each time. The last 3 numbers are 35, 42, and 49.