4) 0, 1, 8, 10, 16, 19, 2A
0, 1, 8, 10, 16, 19, 24
0 + 1 = 1
1 + 7 = 8
8 + 2 = 10
10 + 6 = 16
16 + 3 = 19
19 + 5 = 24
or 1, 2, 3, ... and 7, 6, 5, ... are added interchangeably
Main Topics
Browse All Topicsnumerical sequence puzzles
solve the numerical sequences below for each of the letters
Example
1) 1973, 1979, 1987, 1993, 1997, 1999, 2H0C
1973, 1979, 1987, 1993, 1997, 1999, 2003
(Prime Numbers)
Example
2) 2, 3, 5, 13, 89, 233, 15F7
2, 3, 5, 13, 89, 233, 1597
Fibonacci numbers
3) 100, 99, 92, 73, 36, -25, -1E6
4) 0, 1, 8, 10, 16, 19, 2A
5) 37, 63, 24, 28, 48, 40, D
6) 1, 2, 6, 21, 88, 4G5, B676
7) 14, 23, 28, 33, 42, 51, J9
8) 1, 18, 31, 46, 61, 88, 11I
A
B
C = 3
D
E
F = 9
G
H = 0
I
J
Thanks
XYZ
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Just to formalize the solutions I already posted :
3) 100, 99, 92, 73, 36, -25, -1E6
100, 99, 92, 73, 36, -25, -116
with :
x(0) = 100
x(i) = x(i-1) - 1 - 6 * [ Sum(k = 0 .. i-1) k ]
for i >= 1
4) 0, 1, 8, 10, 16, 19, 2A
0, 1, 8, 10, 16, 19, 24
with :
x(0) = 0
x(1) = 1
x(2i) = x(2(i - 1)) + 8
x(2i + 1) = x(2(i - 1) + 1) + 9
for i >= 1
7) 14, 23, 28, 33, 42, 51, J9
14, 23, 28, 33, 42, 51, 56
with :
x(2i) = (2i + 2) * 7
x(4i + 1) = (4i + 1 + 2) * 7 + 2
x(4i + 3) = (4i + 3 + 2) * 7 - 2
for i >= 0
assuming that J9 was a typo ...
6) 1, 2, 6, 21, 88, 4G5, B676
1, 2, 6, 21, 88, 445, 2676
with :
x(0) = 1
x(i) = (x(i - 1) + 1) * i
for i >= 1
And if obscure solutions are ok too, 8) might be :
8) 1, 18, 31, 46, 61, 88, 11I
1, 18, 31, 46, 61, 88, 113
ie. the page numbers for the first chapters of J.K. Rowling's book "Harry Potter and the Sorcerer's Stone". I got my info from this page :
http://www3.isrl.uiuc.edu/
(scroll down to the 6th paragraph)
Business Accounts
Answer for Membership
by: Infinity08Posted on 2007-05-30 at 13:58:45ID: 19183441
3) 100, 99, 92, 73, 36, -25, -1E6
100, 99, 92, 73, 36, -25, -116
100 - 1 = 99
99 - 1 - 1 * 6 = 92
92 - 1 - 1 * 6 - 2 * 6 = 73
73 - 1 - 1 * 6 - 2 * 6 - 3 * 6 = 36
36 - 1 - 1 * 6 - 2 * 6 - 3 * 6 - 4 * 6 = -25
-25 - 1 - 1 * 6 - 2 * 6 - 3 * 6 - 4 * 6 - 5 * 6 = -116