??
What number comes next in this sequence:
1 4 8 13 21 30 36 {?}
Puzzle Copyright © Kevin Stone
workings hint hide answer print
Share link – www.brainbashers.com
Answer
45.
Reasoning
Each term increases by the number of letters in the previous term (ignoring any hyphens).
1 + length("ONE") = 4
4 + length("FOUR") = 8
8 + length("EIGHT") = 13
13 + length("THIRTEEN") = 21
21 + length("TWENTYONE") = 30
30 + length("THIRTY") = 36
36 + length("THIRTYSIX") = 45
Note: BrainBashers has a Dark Mode option – I recommend not using your browser's dark mode or extensions for BrainBashers