Repetition is not allowed. I should also add that the location of the three consecutive letters in the arrangement does not matter. They can be in the beginning, middle or end of the arrangement.
For example, the arrangement G|I|J|F|H is a valid arrangement because G, I, J are in alphabetical order and J|F|G|H|I is also a valid arrangement because G, H and I are in alphabetical order.
I know that the total number of arrangements without consideration of three letters being in alphabetical order is $5!$, but I'm having trouble deriving the arrangements that do follow the restriction from the $5!$.
I'm thinking that maybe I could first select the positions for the three alphabetically sequenced letters and then place the other, but I'm not sure.
Between each consecutive pair of letters in any arrangement, put a $+$ if they are in alphabetical order and $-$ otherwise. This produces a sequence of four signs. We seek the number of arrangements with $++$ somewhere:
This yields $20+15+15=50$ admissible arrangements.
The number of permutations of $\{1,\dots,n\}$ with 3 consecutive terms in increasing order is given by OEIS A065429. The complement in the factorials, the number of permutations without this property, is OEIS A049774.