Sequence Of The Day:

June 27, 2024

1, 5, 15, 35, ?

Come back tomorrow for the solution and explanation!

June 24, 2024

[1, 9, 10, 4, 2, 7], [8, 1, 6, 2, 5], [7, 5, 4, 3], ?

Answer: [2, 1, 1]; the n+1th term in the sequence is the set of the sum of each set of 2 adjacent numbers in the nth term in the sequence.

January 22, 2023

1, 1, 3, 6, 13, ?

Answer: I haven't been here in months and forgot the solution; can someone help me lol?

December 2, 2023

x, xxxx, xxxxxxxxx, oxxxx, oox, ?

Answer: ooo; the x's and o's represent numbers in a base 12 system, where each x is 1 and each o is 12. Following that, the numbers follow a perfect square pattern.

December 1, 2023

3, 7, 11, 19, ?

Answer: 23; The list is of prime numbers that can not be factors of x^2 + 1 where x is an integer.

Back to home!