question
stringlengths 52
112
| answer
stringlengths 1
111
| pattern_type
stringclasses 9
values |
|---|---|---|
What is the next number in the sequence: 13, 16, 19, 22, 25?
|
28
|
arithmetic_sequence
|
What is the next number in the sequence: 13, 18, 23, 28, 33?
|
38
|
arithmetic_sequence
|
What is the next number in the sequence: 10, 13, 16, 19, 22?
|
25
|
arithmetic_sequence
|
What is the next number in the sequence: 19, 22, 25, 28, 31?
|
34
|
arithmetic_sequence
|
What is the next number in the sequence: 8, 15, 22, 29, 36?
|
43
|
arithmetic_sequence
|
What is the next number in the sequence: 11, 17, 23, 29, 35?
|
41
|
arithmetic_sequence
|
What is the next number in the sequence: 13, 23, 33, 43, 53?
|
63
|
arithmetic_sequence
|
What is the next number in the sequence: 3, 9, 15, 21, 27?
|
33
|
arithmetic_sequence
|
What is the next number in the sequence: 5, 12, 19, 26, 33?
|
40
|
arithmetic_sequence
|
What is the next number in the sequence: 9, 12, 15, 18, 21?
|
24
|
arithmetic_sequence
|
What is the next number in the sequence: 8, 18, 28, 38, 48?
|
58
|
arithmetic_sequence
|
What is the next number in the sequence: 7, 10, 13, 16, 19?
|
22
|
arithmetic_sequence
|
What is the next number in the sequence: 2, 7, 12, 17, 22?
|
27
|
arithmetic_sequence
|
What is the next number in the sequence: 9, 14, 19, 24, 29?
|
34
|
arithmetic_sequence
|
What is the next number in the sequence: 9, 17, 25, 33, 41?
|
49
|
arithmetic_sequence
|
What is the next number in the sequence: 18, 26, 34, 42, 50?
|
58
|
arithmetic_sequence
|
What is the next number in the sequence: 10, 18, 26, 34, 42?
|
50
|
arithmetic_sequence
|
What is the next number in the sequence: 6, 14, 22, 30, 38?
|
46
|
arithmetic_sequence
|
What is the next number in the sequence: 3, 12, 21, 30, 39?
|
48
|
arithmetic_sequence
|
What is the next number in the sequence: 7, 17, 27, 37, 47?
|
57
|
arithmetic_sequence
|
What is the next number in the sequence: 7, 21, 63, 189?
|
567
|
geometric_sequence
|
What is the next number in the sequence: 1, 2, 4, 8?
|
16
|
geometric_sequence
|
What is the next number in the sequence: 6, 24, 96, 384?
|
1536
|
geometric_sequence
|
What is the next number in the sequence: 7, 28, 112, 448?
|
1792
|
geometric_sequence
|
What is the next number in the sequence: 2, 8, 32, 128?
|
512
|
geometric_sequence
|
What is the next number in the sequence: 1, 4, 16, 64?
|
256
|
geometric_sequence
|
What is the next number in the sequence: 10, 20, 40, 80?
|
160
|
geometric_sequence
|
What is the next number in the sequence: 4, 8, 16, 32?
|
64
|
geometric_sequence
|
What is the next number in the sequence: 9, 27, 81, 243?
|
729
|
geometric_sequence
|
What is the next number in the sequence: 8, 16, 32, 64?
|
128
|
geometric_sequence
|
What is the next number in the sequence: 6, 18, 54, 162?
|
486
|
geometric_sequence
|
What is the next number in the sequence: 9, 36, 144, 576?
|
2304
|
geometric_sequence
|
What is the next number in the sequence: 2, 8, 32, 128?
|
512
|
geometric_sequence
|
What is the next number in the sequence: 3, 9, 27, 81?
|
243
|
geometric_sequence
|
What is the next number in the sequence: 2, 4, 8, 16?
|
32
|
geometric_sequence
|
What is the next number in the sequence: 9, 18, 36, 72?
|
144
|
geometric_sequence
|
What is the next number in the sequence: 8, 16, 32, 64?
|
128
|
geometric_sequence
|
What is the next number in the sequence: 2, 8, 32, 128?
|
512
|
geometric_sequence
|
What is the next number in the sequence: 8, 24, 72, 216?
|
648
|
geometric_sequence
|
What is the next number in the sequence: 8, 16, 32, 64?
|
128
|
geometric_sequence
|
What is the next number in the sequence: 1, 3, 4, 7, 11?
|
18
|
fibonacci_like
|
What is the next number in the sequence: 3, 5, 8, 13, 21?
|
34
|
fibonacci_like
|
What is the next number in the sequence: 1, 1, 2, 3, 5?
|
8
|
fibonacci_like
|
What is the next number in the sequence: 1, 3, 4, 7, 11?
|
18
|
fibonacci_like
|
What is the next number in the sequence: 5, 1, 6, 7, 13?
|
20
|
fibonacci_like
|
What is the next number in the sequence: 5, 5, 10, 15, 25?
|
40
|
fibonacci_like
|
What is the next number in the sequence: 5, 1, 6, 7, 13?
|
20
|
fibonacci_like
|
What is the next number in the sequence: 5, 2, 7, 9, 16?
|
25
|
fibonacci_like
|
What is the next number in the sequence: 4, 5, 9, 14, 23?
|
37
|
fibonacci_like
|
What is the next number in the sequence: 5, 4, 9, 13, 22?
|
35
|
fibonacci_like
|
What is the next number in the sequence: 4, 4, 8, 12, 20?
|
32
|
fibonacci_like
|
What is the next number in the sequence: 3, 5, 8, 13, 21?
|
34
|
fibonacci_like
|
What is the next number in the sequence: 1, 1, 2, 3, 5?
|
8
|
fibonacci_like
|
What is the next number in the sequence: 3, 1, 4, 5, 9?
|
14
|
fibonacci_like
|
What is the next number in the sequence: 5, 4, 9, 13, 22?
|
35
|
fibonacci_like
|
What is the next number in the sequence: 2, 1, 3, 4, 7?
|
11
|
fibonacci_like
|
What is the next number in the sequence: 5, 4, 9, 13, 22?
|
35
|
fibonacci_like
|
What is the next number in the sequence: 5, 3, 8, 11, 19?
|
30
|
fibonacci_like
|
What is the next number in the sequence: 4, 2, 6, 8, 14?
|
22
|
fibonacci_like
|
What is the next number in the sequence: 1, 3, 4, 7, 11?
|
18
|
fibonacci_like
|
What is the next number in the sequence: 4, 9, 16, 25?
|
36
|
square_sequence
|
What is the next number in the sequence: 1, 4, 9, 16?
|
25
|
square_sequence
|
What is the next number in the sequence: 9, 16, 25, 36?
|
49
|
square_sequence
|
What is the next number in the sequence: 4, 9, 16, 25?
|
36
|
square_sequence
|
What is the next number in the sequence: 4, 9, 16, 25?
|
36
|
square_sequence
|
What is the next number in the sequence: 1, 4, 9, 16?
|
25
|
square_sequence
|
What is the next number in the sequence: 9, 16, 25, 36?
|
49
|
square_sequence
|
What is the next number in the sequence: 1, 4, 9, 16?
|
25
|
square_sequence
|
What is the next number in the sequence: 16, 25, 36, 49?
|
64
|
square_sequence
|
What is the next number in the sequence: 1, 4, 9, 16?
|
25
|
square_sequence
|
What is the next number in the sequence: 16, 25, 36, 49?
|
64
|
square_sequence
|
What is the next number in the sequence: 4, 9, 16, 25?
|
36
|
square_sequence
|
What is the next number in the sequence: 9, 16, 25, 36?
|
49
|
square_sequence
|
What is the next number in the sequence: 25, 36, 49, 64?
|
81
|
square_sequence
|
What is the next number in the sequence: 4, 9, 16, 25?
|
36
|
square_sequence
|
What is the next number in the sequence: 16, 25, 36, 49?
|
64
|
square_sequence
|
What is the next number in the sequence: 9, 16, 25, 36?
|
49
|
square_sequence
|
What is the next number in the sequence: 4, 9, 16, 25?
|
36
|
square_sequence
|
What is the next number in the sequence: 25, 36, 49, 64?
|
81
|
square_sequence
|
What is the next number in the sequence: 1, 4, 9, 16?
|
25
|
square_sequence
|
What is the next number in the sequence: 6, 14, 22, 30, 38?
|
46
|
prime_sequence
|
What is the next number in the sequence: 2, 5, 8, 11, 14?
|
17
|
prime_sequence
|
What is the next number in the sequence: 9, 19, 29, 39, 49?
|
59
|
prime_sequence
|
What is the next number in the sequence: 10, 13, 16, 19, 22?
|
25
|
prime_sequence
|
What is the next number in the sequence: 8, 11, 14, 17, 20?
|
23
|
prime_sequence
|
What is the next number in the sequence: 9, 18, 27, 36, 45?
|
54
|
prime_sequence
|
What is the next number in the sequence: 15, 20, 25, 30, 35?
|
40
|
prime_sequence
|
What is the next number in the sequence: 6, 16, 26, 36, 46?
|
56
|
prime_sequence
|
What is the next number in the sequence: 8, 11, 14, 17, 20?
|
23
|
prime_sequence
|
What is the next number in the sequence: 16, 20, 24, 28, 32?
|
36
|
prime_sequence
|
What is the next number in the sequence: 8, 12, 16, 20, 24?
|
28
|
prime_sequence
|
What is the next number in the sequence: 8, 18, 28, 38, 48?
|
58
|
prime_sequence
|
What is the next number in the sequence: 17, 26, 35, 44, 53?
|
62
|
prime_sequence
|
What is the next number in the sequence: 1, 5, 9, 13, 17?
|
21
|
prime_sequence
|
What is the next number in the sequence: 1, 2, 3, 4, 5?
|
6
|
prime_sequence
|
What is the next number in the sequence: 2, 8, 14, 20, 26?
|
32
|
prime_sequence
|
What is the next number in the sequence: 2, 6, 10, 14, 18?
|
22
|
prime_sequence
|
What is the next number in the sequence: 6, 11, 16, 21, 26?
|
31
|
prime_sequence
|
What is the next number in the sequence: 20, 23, 26, 29, 32?
|
35
|
prime_sequence
|
What is the next number in the sequence: 12, 17, 22, 27, 32?
|
37
|
prime_sequence
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 1