For question 1 I offer the initial sequences as
0+1+2 = 3
and
2+4+6 = 12
The only way I know to determine the Nth term is to write out the series. 0,1,2,4,6,9,12,16,20,....
I offer this solution in opposition to the previous answer because I am aware that high school problems, while frequently mind benders, are generally cooked to provide simple closed answers.
I don't have an algorithm for finding sequences. I just took a prospective teacher's test and the book I had to study from said to look at the sequence and attempt to determine a pattern. I said some impolite variation of "Gee Thanks! As if that isn't what I've always done." However, I have, over the years of playing with questions like this noticed that you can frequently figure out the sequence by a little bit of scratching on paper.
In this case I considered what numbers add to three. Well you have 1+1+1 or 0+1+2. The numbers which would add to twelve have to include the third number from the first sequence. That is 1 or 2. If it's 1 then I need two numbers to add to 11....5 and 6 are all that come to mind. My mind doesn't see anything obvious in a series of 1,1,1,5,6. The other option implies that the first number is zero, 0. 0+1+2=3; so 2 plus what = 12? or what sum gives a ten? 12-2=10. I plug in guesses. 3,7; 4,6;5,5. Series generally have to progress larger so 6,4 is a valid combination, but not a reasonable guess for a series. I wrote out 0,1,2,4,6 first. I had a solution that is relatively easy and I quit. Looking at the other posiblities, 3,7 and 5,5 when I write them out I don't see a relationship that makes obvious sense.
I should admit that I'm an engineer who has spent many years relying heavily upon the KISS principle of design and solutions. Keep It Simple Stupid. 0,1,2,4,6 is simple in my mind.
Now the next step, to the Nth term. So how are the terms in hand progressing. Nothing so obvious as adding, doubling, tripling.
Let's look at the sum between the terms. 0+1=1;1+2=3;2+4=6;4+6=10.
Hmm 1,3,6,10. Nothing immediately obvious, but let's look again.
3-1=2;6-3=3;10-6=4. I declare AHA!! there is a simple incrementing series! So the difference to the next term must be one greater than the difference from the previous term.
Sums 0+1=1;1+2=3;2+4=6;4+6=10
next compare sums 1,3,6,10
those differences are 2,3,4
thus the next sum difference must be 5
thus 1,3,6,10,15
so the next series sum = 6+5 = 11
look at it visually:
0 1 2 4 6 9 12 16 20 25 30 . . . . series you're looking for
.\/..\/.\/..\/.\/. \/. \/.. \/.. \/...\/
1 3 6 10 15 21 28 36 45 55 sum of adjacent terms
..\/.\/..\/...\/..\/..\/...\/...\/...\/
2 3 4 5 6 7 8 9 10 difference between sums of adjacent terms
This is a non-trivial brain bender. I hope you had at least fifteen minutes available to work this one alone. I made several mistakes before I worked it correctly.
Had to use dots between arrows to keep them in place when fully posted. The spaces shrank too much to maintain alignment.
Kelly