This is a Fibonacci series where each term (after the first two) equals the sum of the two preceding terms. 0+1=1, 1+1=2, 1+2=3, 2+3=5, 3+5=8, 5+8=13. Therefore, the missing term after 13 is 8+13=21. Verification: 21+13=34, which matches the next given term.