Problem of the Day
A new programming or logic puzzle every Mon-Fri

Odds And Evens

We have a fun math puzzle for today. Can you decipher the pattern and determine the next number in the sequence?

0, 0, 1, 2, 2, 4, 3, 6, 4, ?

Permalink: http://problemotd.com/problem/odds-and-evens/

Comments:

  • Anonymous - 8 years, 10 months ago

    8 (sequence is multiples of twelve)

    reply permalink

  • Max Burstein - 8 years, 10 months ago

    That's the right answer though I'm not sure on your reasoning. 8 isn't a multiple of 12.

    reply permalink

  • Anonymous - 8 years, 10 months ago

    I saw it visually like this 00, 12, 24, 36, 48 -- each separated by commas.

    It looks like Sami might have the better answer!

    reply permalink

  • Sami Suteria - 8 years, 10 months ago

    Next number is 8. Odd indexes are counting up one at a time. Even indexes are counting up two at a time.

    reply permalink

Content curated by @MaxBurstein