If there is no definition for $a_n$ for all $n \in \Bbb{N}$, then it's not a sequence. There needs to be a term for each natural number $n$ for it to be a sequence.
Sequences don't have to have a particular pattern like arithmetic or geometric. They simply have to have some sort of term mapping to each $n \in \Bbb{N}$. I don't notice any particular pattern with your sequence other than it's decreasing, but if it keeps decreasing and yet stays positive, it could certainly converge to some value like $0$. However, if it keeps decreasing and goes down toward negative infinity, it could certainly diverge. There's no way to tell what the pattern is if you just give us the first few terms.
The thing is, there are literally infinite number of general formulas for this sequence because you only gave us a finite number of terms. This is really hard to explain, but this answer seems to do a pretty good job.
$$a_n=\begin{cases}\dfrac{3n+2}{3\times 2^{n-1}}~\forall~n\equiv 1\pmod 2\ \dfrac{3n-2^{n/2}}{3\times 2^{n-2}}~\forall~n\equiv 0\pmod 2\end{cases}$$
– learner Apr 21 '16 at 18:26