Puzzle Detail
Sequence Pattern Seq Fibonacci Medium — Set 26
This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.
{
"title": "Medium Sequence Pattern #26",
"sequenceType": "seq-fibonacci",
"displaySequence": [
4,
8,
12,
"_",
"_",
52,
84,
136
],
"fullSequence": [
4,
8,
12,
20,
32,
52,
84,
136
],
"blankPositions": [
3,
4
],
"answers": [
20,
32
],
"rule": "Each term is the sum of the two terms before it",
"question": "Find the 2 missing terms in the sequence: 4, 8, 12, _, _, 52, 84, 136",
"sequenceLength": 8,
"hint": "Add the two previous terms to get the next one.",
"_archetype": null,
"_generatorId": null
}