#81 - Missing Number in this Sequence

Can you discover the missing number in this series?

37, 10, 82
29, 11, 47
96, 15, 87
42, ?, 15

The missing number is 6.
The number in the middle of each triple is the same as the digits of either end's number when added together. 3+7=10=8+2 and so on.

#82 - Toughest Series Puzzle

What is the next number in this series?

4,12,84,3612....

6526884. To get from 4 to 12, you use the following formula. 12 = (4 squared)/2 + 4.

Continue on with (X^2)/2 + X.

#83 - Number Series Puzzle

What letter is next in this sequence?
O, T, T, F, F, S, S, E, __
**Hint:Its a Number Series Puzzle

N for Nine

#84 - February Series Question

Find The Next Number
12 13 15 17 111 113 117 119 123 ?

February Series Question

129.

These are the first 10 prime numbers (2, 3, 5...) prefixed with a 1

#85 - March Series Puzzle

Which will be last number of series?
18, 46, 94, 63, 52, ?

March Series Puzzle

61
Reversed digits of squares of number in descending order.

#86 - Next Number In The Series Hardest

What is the next number in this series?
6, 14, 36, 98, 276, ?

Next Number In The Series Hardest

794

The nth term in the series is given by the sum of x^n for x in the range 1 to 3, i.e. 1^n + 2^n + 3^n.

Thus the first term is 1^1 + 2^1 + 3^1 = 1 + 2 + 3 = 6,
the second term is 1^2 + 2^2 + 3^2 = 1 + 4 + 9 = 14,
and so on.

The sixth term is then 1^6 + 2^6 + 3^6 = 1 + 64 + 729 = 794.

#87 - Next Number In Series

What letter is next in this sequence?
M, A, M, J, J, A, S, O,__

Next Number In Series

N for November!

#88 - what is the next number in this sequence

Find the next number in the sequence

1, 2, 6, 21, 88, __?

what is the next number in this sequence

445

2=(1+1)1
6=(2+1)2
21=(6+1)3
88=(21+1)4
So 445=(88+1)5

#89 - Number Series Riddle

Find The Next Number in this series ?
1, 2, 6, 42, 1806 ?

Number Series Riddle

3263442

each number is multiplied by the number+1
1x2 = 2
2x3 = 6
6x7 = 42
42x43 = 1806
1806x1807 = 3263442

#90 - Hard Number Series Puzzle

What number comes next in the series 5 15 5 18 5 24 14 20 ?

Hard Number Series Puzzle

5

write the numbers in ascending order in words as onE twO threE fouR and so on
Replace the last letter in each word with position of letter in the alphabet (E=5, O=15, E=5, R=18 and so on)

so next number is ninE (=>5 as answer)