0, 1, 1, 2, 3, 5, 8, 13, __ - What's Next Number (Solved)?

Kaustubh Katdare

Kaustubh Katdare

@thebigk
Published: Jun 10, 2026
Updated: Jun 10, 2026
Views: 14

Here's the number sequence: 0, 1, 1, 2, 3, 5, 8, 13 - you've to guess the next number in the series. If you want to know the answer, look into the comments. If you want to give it a try on your own, don't look at the comments.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jun 10, 2026

    The next number in the series "0, 1, 1, 2, 3, 5, 8, 13" is 21.

    This is a simple Fibonacci series where each new number is a sum of previous two.

    • 0 + 1 = 1

    • 1 + 1 = 2

    • 2 + 1 = 3

    • 3 + 2 = 5

    • 5 + 3 = 8

    • 8 + 5 = 13

    • 13 + 8 = 21

    So, the next number in the series is 21. I hope you know the answer now. Thank you!