id
stringlengths
8
8
question_type
stringclasses
3 values
sequence_type
stringclasses
10 values
question
stringlengths
186
261
answer
int64
-19
30.5B
visible_length
int64
5
8
start_position
int64
0
9
nth_element
int64
4
29
formula
stringlengths
2
42
4e0f4903
previous
quadratic
Consider the following sequence: ..., 127, 169, 217, 271, 331, 397, 469, 547, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
91
8
6
5
3 * x ** 2 + 3 * x + 1
bd6247d1
nth
fibonacci
Consider the following sequence: 4, 4, 8, 12, 20, 32, 52, 84, ... What is the 9th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
136
8
0
8
f(0) = 4; f(1) = 4 ;f(n) = f(n-1) + n(n-1)
34e8bed6
next
monotonic_random
Consider the following sequence: 2, 57, 100, 104, 122, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
1
6
monotonic_increase_random starts with 2
ef8e6402
nth
arithmetic
Consider the following sequence: 6, 15, 24, 33, 42, ... What is the 22th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
195
5
0
21
6 + 9 * x
4b215f17
previous
quadratic
Consider the following sequence: ..., 87, 121, 161, 207, 259, 317, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
59
6
5
4
3 * x ** 2 + 1 * x + 7
176d80bd
previous
monotonic_random
Consider the following sequence: ..., -455, -493, -576, -629, -649, -745, -746, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
7
8
7
monotonic_decrease_random starts with 8
c867c029
next
quadratic
Consider the following sequence: -5, -4, 3, 16, 35, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
60
5
0
5
3 * x ** 2 + -2 * x + -5
7f5bfcd5
next
monotonic_random
Consider the following sequence: 1, 81, 93, 101, 150, 245, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
6
1
7
monotonic_increase_random starts with 1
185a4b8c
previous
fibonacci
Consider the following sequence: ..., 15, 24, 39, 63, 102, 165, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
9
6
5
4
f(0) = 0; f(1) = 3 ;f(n) = f(n-1) + n(n-1)
2fe23a01
next
quadratic
Consider the following sequence: 8, 8, 12, 20, 32, 48, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
68
6
0
6
2 * x ** 2 + -2 * x + 8
accec708
nth
arithmetic
Consider the following sequence: 3, 7, 11, 15, 19, 23, ... What is the 25th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
99
6
0
24
3 + 4 * x
e602da75
previous
monotonic_random
Consider the following sequence: ..., 315, 390, 400, 482, 521, 552, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
6
7
6
monotonic_increase_random starts with 4
b13f6f31
nth
power
Consider the following sequence: 1, 3, 9, 27, 81, ... What is the 15th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
4,782,969
5
0
14
3 ** x
5120525c
previous
fibonacci
Consider the following sequence: ..., 37, 60, 97, 157, 254, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
23
5
6
5
f(0) = 1; f(1) = 4 ;f(n) = f(n-1) + n(n-1)
8f086a4a
nth
arithmetic
Consider the following sequence: 4, 13, 22, 31, 40, 49, 58, 67, ... What is the 12th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
103
8
0
11
4 + 9 * x
7f6a3394
nth
quadratic
Consider the following sequence: -6, -3, 6, 21, 42, 69, ... What is the 9th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
186
6
0
8
3 * x ** 2 + 0 * x + -6
04cce084
next
quadratic
Consider the following sequence: -2, -6, -8, -8, -6, -2, 4, 12, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
22
8
0
8
1 * x ** 2 + -5 * x + -2
51465ac8
previous
monotonic_random
Consider the following sequence: ..., 336, 363, 452, 547, 640, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
6
5
monotonic_increase_random starts with 8
0732a047
next
quadratic
Consider the following sequence: -3, -2, 3, 12, 25, 42, 63, 88, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
117
8
0
8
2 * x ** 2 + -1 * x + -3
d1a668fa
previous
geometric
Consider the following sequence: ..., 327680, 1310720, 5242880, 20971520, 83886080, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
81,920
5
8
7
5 * 4 ** x
9a30fc6f
nth
geometric
Consider the following sequence: 2, 6, 18, 54, 162, ... What is the 6th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
486
5
0
5
2 * 3 ** x
ef89bded
previous
fibonacci
Consider the following sequence: ..., 22, 36, 58, 94, 152, 246, 398, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
14
7
5
4
f(0) = 4; f(1) = 2 ;f(n) = f(n-1) + n(n-1)
930f95a7
nth
geometric
Consider the following sequence: 2, 10, 50, 250, 1250, 6250, 31250, ... What is the 11th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
19,531,250
7
0
10
2 * 5 ** x
23b5c2e7
previous
arithmetic
Consider the following sequence: ..., 20, 22, 24, 26, 28, 30, 32, 34, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
18
8
8
7
4 + 2 * x
cadc4cca
next
geometric
Consider the following sequence: 5, 25, 125, 625, 3125, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
15,625
5
0
5
5 * 5 ** x
d229d411
next
monotonic_random
Consider the following sequence: 3, -79, -99, -193, -213, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
1
6
monotonic_decrease_random starts with 3
5eef226b
previous
monotonic_random
Consider the following sequence: ..., -271, -340, -342, -427, -450, -509, -593, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
7
7
6
monotonic_decrease_random starts with 4
b544827d
next
geometric
Consider the following sequence: 3, 6, 12, 24, 48, 96, 192, 384, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
768
8
0
8
3 * 2 ** x
f9414b80
previous
arithmetic
Consider the following sequence: ..., 34, 38, 42, 46, 50, 54, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
30
6
7
6
6 + 4 * x
0aeec443
next
arithmetic
Consider the following sequence: 10, 17, 24, 31, 38, 45, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
52
6
0
6
10 + 7 * x
388dbf4a
nth
monotonic_random
Consider the following sequence: 1, 31, 90, 106, 125, ... What is the 20th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
1
20
monotonic_increase_random starts with 1
47e0ac69
next
fibonacci
Consider the following sequence: 1, 4, 5, 9, 14, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
23
5
0
5
f(0) = 1; f(1) = 4 ;f(n) = f(n-1) + n(n-1)
ed973dfe
previous
monotonic_random
Consider the following sequence: ..., -293, -346, -376, -393, -410, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
7
6
monotonic_decrease_random starts with 1
7f458f9f
next
arithmetic
Consider the following sequence: 1, 8, 15, 22, 29, 36, 43, 50, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
57
8
0
8
1 + 7 * x
8d8858f4
nth
power
Consider the following sequence: 1, 2, 4, 8, 16, 32, 64, ... What is the 15th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
16,384
7
0
14
2 ** x
648b3144
previous
monotonic_random
Consider the following sequence: ..., -213, -231, -264, -324, -380, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
7
6
monotonic_decrease_random starts with 6
933f439f
previous
arithmetic
Consider the following sequence: ..., 57, 67, 77, 87, 97, 107, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
47
6
5
4
7 + 10 * x
b2819e76
next
monotonic_random
Consider the following sequence: 2, 93, 101, 161, 172, 198, 264, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
7
1
8
monotonic_increase_random starts with 2
3fe287d6
nth
quadratic
Consider the following sequence: -4, -7, -8, -7, -4, ... What is the 6th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
1
5
0
5
1 * x ** 2 + -4 * x + -4
0d39d4ed
nth
monotonic_random
Consider the following sequence: 3, -65, -152, -198, -256, -311, ... What is the 16th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
6
1
16
monotonic_decrease_random starts with 3
0a01c6e5
nth
power
Consider the following sequence: 1, 5, 25, 125, 625, 3125, ... What is the 8th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
78,125
6
0
7
5 ** x
65d07e89
previous
fibonacci
Consider the following sequence: ..., 14, 23, 37, 60, 97, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
9
5
5
4
f(0) = 3; f(1) = 1 ;f(n) = f(n-1) + n(n-1)
711d300b
nth
triangular
Consider the following sequence: 1, 3, 6, 10, 15, 21, 28, 36, ... What is the 15th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
120
8
1
15
x * (x+1) / 2
79cb66b5
nth
arithmetic
Consider the following sequence: 10, 19, 28, 37, 46, 55, 64, 73, ... What is the 12th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
109
8
0
11
10 + 9 * x
9300e4a1
previous
monotonic_random
Consider the following sequence: ..., 305, 328, 334, 367, 446, 524, 589, 594, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
8
7
6
monotonic_increase_random starts with 5
212644d7
next
quadratic
Consider the following sequence: -5, -2, 5, 16, 31, 50, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
73
6
0
6
2 * x ** 2 + 1 * x + -5
49fcbba2
nth
monotonic_random
Consider the following sequence: 1, -33, -55, -111, -196, ... What is the 16th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
1
16
monotonic_decrease_random starts with 1
4928cef1
nth
quadratic
Consider the following sequence: 8, 15, 28, 47, 72, 103, 140, 183, ... What is the 11th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
348
8
0
10
3 * x ** 2 + 4 * x + 8
1f27f032
nth
geometric
Consider the following sequence: 3, 9, 27, 81, 243, 729, 2187, 6561, ... What is the 13th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
1,594,323
8
0
12
3 * 3 ** x
0c0b74b9
previous
fibonacci
Consider the following sequence: ..., 149, 241, 390, 631, 1021, 1652, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
92
6
8
7
f(0) = 5; f(1) = 4 ;f(n) = f(n-1) + n(n-1)
f50a4336
previous
arithmetic
Consider the following sequence: ..., 41, 46, 51, 56, 61, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
36
5
7
6
6 + 5 * x
8ae5f655
previous
geometric
Consider the following sequence: ..., 1024, 2048, 4096, 8192, 16384, 32768, 65536, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
512
7
8
7
4 * 2 ** x
574f1a7e
nth
arithmetic
Consider the following sequence: 9, 14, 19, 24, 29, 34, ... What is the 22th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
114
6
0
21
9 + 5 * x
11e0357f
nth
monotonic_random
Consider the following sequence: 5, 54, 104, 174, 206, 299, 333, ... What is the 9th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
7
1
9
monotonic_increase_random starts with 5
b5f1e690
next
monotonic_random
Consider the following sequence: 7, -63, -80, -81, -146, -220, -320, -349, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
8
1
9
monotonic_decrease_random starts with 7
926c32f3
previous
monotonic_random
Consider the following sequence: ..., -148, -176, -191, -267, -364, -457, -489, -535, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
8
6
5
monotonic_decrease_random starts with 2
32771fb8
next
quadratic
Consider the following sequence: -10, -7, 0, 11, 26, 45, 68, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
95
7
0
7
2 * x ** 2 + 1 * x + -10
3480b6b1
nth
fibonacci
Consider the following sequence: 0, 5, 5, 10, 15, ... What is the 12th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
445
5
0
11
f(0) = 0; f(1) = 5 ;f(n) = f(n-1) + n(n-1)
c8254a6b
nth
monotonic_random
Consider the following sequence: 7, 68, 165, 260, 322, ... What is the 19th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
1
19
monotonic_increase_random starts with 7
bdc312fd
nth
geometric
Consider the following sequence: 3, 15, 75, 375, 1875, ... What is the 9th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
1,171,875
5
0
8
3 * 5 ** x
8e1d4051
previous
monotonic_random
Consider the following sequence: ..., -308, -320, -362, -406, -482, -516, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
6
6
5
monotonic_decrease_random starts with 8
83069e78
nth
geometric
Consider the following sequence: 1, 5, 25, 125, 625, ... What is the 9th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
390,625
5
0
8
1 * 5 ** x
e1dd3b72
previous
monotonic_random
Consider the following sequence: ..., 216, 307, 390, 407, 420, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
6
5
monotonic_increase_random starts with 9
6660e03d
previous
monotonic_random
Consider the following sequence: ..., -253, -291, -340, -389, -477, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
8
7
monotonic_decrease_random starts with 10
a5037fdb
previous
quadratic
Consider the following sequence: ..., 81, 115, 155, 201, 253, 311, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
53
6
6
5
3 * x ** 2 + -5 * x + 3
b19f5fb1
previous
fibonacci
Consider the following sequence: ..., 60, 97, 157, 254, 411, 665, 1076, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
37
7
7
6
f(0) = 1; f(1) = 4 ;f(n) = f(n-1) + n(n-1)
6a116ab6
next
arithmetic
Consider the following sequence: 7, 14, 21, 28, 35, 42, 49, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
56
7
0
7
7 + 7 * x
efc4c39e
next
quadratic
Consider the following sequence: 3, 9, 17, 27, 39, 53, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
69
6
0
6
1 * x ** 2 + 5 * x + 3
4caf8d52
next
fibonacci
Consider the following sequence: 1, 2, 3, 5, 8, 13, 21, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
34
7
0
7
f(0) = 1; f(1) = 2 ;f(n) = f(n-1) + n(n-1)
b818a28f
nth
fibonacci
Consider the following sequence: 3, 4, 7, 11, 18, 29, 47, 76, ... What is the 13th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
843
8
0
12
f(0) = 3; f(1) = 4 ;f(n) = f(n-1) + n(n-1)
3c2d718d
nth
fibonacci
Consider the following sequence: 5, 1, 6, 7, 13, ... What is the 11th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
225
5
0
10
f(0) = 5; f(1) = 1 ;f(n) = f(n-1) + n(n-1)
79eaa77f
previous
arithmetic
Consider the following sequence: ..., 25, 28, 31, 34, 37, 40, 43, 46, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
22
8
8
7
1 + 3 * x
aede7579
previous
quadratic
Consider the following sequence: ..., 65, 89, 117, 149, 185, 225, 269, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
45
7
6
5
2 * x ** 2 + -2 * x + 5
74850823
next
fibonacci
Consider the following sequence: 5, 5, 10, 15, 25, 40, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
65
6
0
6
f(0) = 5; f(1) = 5 ;f(n) = f(n-1) + n(n-1)
540faa42
nth
alternating
Consider the following sequence: -1, 2, -3, 4, -5, 6, -7, ... What is the 13th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
-13
7
1
13
(-1) ** x * x
cd64183d
previous
quadratic
Consider the following sequence: ..., 178, 217, 260, 307, 358, 413, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
143
6
8
7
2 * x ** 2 + 5 * x + 10
53e92478
next
fibonacci
Consider the following sequence: 1, 5, 6, 11, 17, 28, 45, 73, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
118
8
0
8
f(0) = 1; f(1) = 5 ;f(n) = f(n-1) + n(n-1)
10107820
nth
monotonic_random
Consider the following sequence: 4, 37, 80, 172, 254, 279, 284, ... What is the 8th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
7
1
8
monotonic_increase_random starts with 4
74878215
previous
arithmetic
Consider the following sequence: ..., 82, 92, 102, 112, 122, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
72
5
8
7
2 + 10 * x
acfc91df
nth
geometric
Consider the following sequence: 3, 9, 27, 81, 243, 729, 2187, ... What is the 12th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
531,441
7
0
11
3 * 3 ** x
0c99b585
previous
fibonacci
Consider the following sequence: ..., 144, 233, 377, 610, 987, 1597, 2584, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
89
7
8
7
f(0) = 3; f(1) = 5 ;f(n) = f(n-1) + n(n-1)
38085776
previous
monotonic_random
Consider the following sequence: ..., -507, -584, -592, -632, -673, -735, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
6
8
7
monotonic_decrease_random starts with 10
d8b1672f
previous
monotonic_random
Consider the following sequence: ..., 181, 265, 294, 370, 428, 449, 516, 547, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
8
6
5
monotonic_increase_random starts with 7
fc0489e1
next
arithmetic
Consider the following sequence: 9, 17, 25, 33, 41, 49, 57, 65, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
73
8
0
8
9 + 8 * x
1171046c
nth
power
Consider the following sequence: 1, 2, 4, 8, 16, ... What is the 6th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
32
5
0
5
2 ** x
3ae5053a
nth
quadratic
Consider the following sequence: -1, -3, -1, 5, 15, ... What is the 20th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
645
5
0
19
2 * x ** 2 + -4 * x + -1
c4fa951e
previous
quadratic
Consider the following sequence: ..., 60, 82, 108, 138, 172, 210, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
42
6
5
4
2 * x ** 2 + 0 * x + 10
99a70aea
previous
monotonic_random
Consider the following sequence: ..., 484, 525, 565, 618, 694, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
5
9
8
monotonic_increase_random starts with 1
2c12fc56
nth
power
Consider the following sequence: 1, 4, 16, 64, 256, ... What is the 7th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
4,096
5
0
6
4 ** x
1fcf6f9c
previous
arithmetic
Consider the following sequence: ..., 42, 49, 56, 63, 70, 77, 84, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
35
7
5
4
7 + 7 * x
5c636106
previous
monotonic_random
Consider the following sequence: ..., 268, 367, 439, 537, 562, 618, 672, 743, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
8
7
6
monotonic_increase_random starts with 5
18063432
nth
monotonic_random
Consider the following sequence: 3, -7, -80, -139, -188, -191, ... What is the 13th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
6
1
13
monotonic_decrease_random starts with 3
3c4d408b
nth
arithmetic
Consider the following sequence: 2, 12, 22, 32, 42, ... What is the 30th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
292
5
0
29
2 + 10 * x
df3d70f1
nth
monotonic_random
Consider the following sequence: 3, 63, 110, 153, 219, 260, ... What is the 19th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
null
6
1
19
monotonic_increase_random starts with 3
a371abf9
next
geometric
Consider the following sequence: 5, 15, 45, 135, 405, 1215, 3645, ... What is the next number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
10,935
7
0
7
5 * 3 ** x
3c6d1586
previous
geometric
Consider the following sequence: ..., 1953125, 9765625, 48828125, 244140625, 1220703125, 6103515625, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
390,625
6
8
7
5 * 5 ** x
715cb86a
previous
fibonacci
Consider the following sequence: ..., 102, 165, 267, 432, 699, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
63
5
8
7
f(0) = 3; f(1) = 3 ;f(n) = f(n-1) + n(n-1)
46cdde2f
previous
arithmetic
Consider the following sequence: ..., 47, 54, 61, 68, 75, 82, 89, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
40
7
6
5
5 + 7 * x
f4098583
previous
geometric
Consider the following sequence: ..., 196608, 786432, 3145728, 12582912, 50331648, 201326592, 805306368, ... What is the previous number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
49,152
7
8
7
3 * 4 ** x
56f6c5b3
nth
arithmetic
Consider the following sequence: 7, 17, 27, 37, 47, 57, ... What is the 7th number in this sequence? Output your answer in JSON with key "answer". If you are not able to provide, answer "null"
67
6
0
6
7 + 10 * x