I'm not sure what level of understanding you're at, or exactly what you're looking for as an answer, but it might help to notice that the decimal expansion of all numbers are effectively infinite. The number '2' can be written as $2.00000000.....$ continued forever (or $1.999999...$ for that matter :) ). Similarly 10/3 can be written as $3.33333......$, while 1/7 is $0.142857 142857 142857.....$ So there's nothing that special about e in that sense.
Where e does become special is that the decimal expansion never repeats itself, like all the examples above did. Now why is this (the inevitable rhetorical question...)? It's because e is an irrational number (as you mentioned, and as is proved above). It is irrational because it cannot be represented as a fraction of 2 whole numbers.
Now, what does this have to do with repeating decimal expansions (I can't help myself... :D )? Well it actually tells us that there can be no forever-repeating pattern in the decimal expansion of e. This is because, if there was a repeating pattern, we'd be able to show that the number is rational, which would be ridiculous, as we know it's irrational.
But how would be able to show it's rational? It's very simple really, and I'll give an example. Imagine that we discovered that after, say, 5 digits, the decimals started repeating:
$$e=2.718287182871828....$$
Then we'd be able to say
$$100000\times e=271,828.7182871828....$$
And therefore,
$$100000\times e-e=99999\times e=271,828.7182871828....-2.718287182871828...$$
Giving us (as the infinite decimal expansions cancel)
$$99999\times e=271826$$
$$e=\frac{271826}{99999}$$
Which is rational. As we could apply the same procedure for any infinite cycles in the decimal expansion of e, we can only conclude that the decimal expansion of e has none of these cycles. Of course, whether there aren't any other patterns is very, very tricky. Take a look at this, for instance http://en.wikipedia.org/wiki/Normal_number
EDIT:
After considering some feedback on the answer, I should probably highlight one or two things. Firstly, e is irrational because we can prove it is irrational, (c.f. http://en.wikipedia.org/wiki/Proof_that_e_is_irrational, as has been linked to). Secondly, if you're wondering why the decimal expansion of e never terminates (which you probably are...) then just consider that any terminating decimal is really a decimal that ends up in a repeating cycle forever (in this case, a cycle of 0's, like $\frac{1}{8}=0.1250000000.....$) and so any decimal that terminates is necessarily rational. Thus e, an irrational number, never terminates.