• Asked to answer
    + 1 comment
    Endorsed by kiner_shah

    No. While 1 3 4 1 is a subsequence of 1 2 3 4 1, it's not formed by using consecutive terms, because you removed the 2 from between the 1 and the 3. Therefore, we wouldn't consider 1 3 4 1 in this challenge. If it helps at all, you can replace "consecutive" with "contiguous" (which I would argue is a more appropriate descriptor for the subsequences themselves).