Step 1: Write the given quadratic equation.
\[
2x^2 + (a - 5)x + 15 = 3a
\]
Rearrange it to the standard quadratic form:
\[
2x^2 + (a - 5)x + (15 - 3a) = 0
\]
This is a quadratic in \( x \).
Step 2: Condition for no real roots.
A quadratic has no real roots if its discriminant is less than zero:
\[
D = b^2 - 4ac < 0
\]
Here, \( a_1 = 2 \), \( b_1 = (a - 5) \), and \( c_1 = (15 - 3a) \).
So,
\[
D = (a - 5)^2 - 4(2)(15 - 3a)
\]
Simplify:
\[
D = a^2 - 10a + 25 - 8(15 - 3a)
\]
\[
D = a^2 - 10a + 25 - 120 + 24a
\]
\[
D = a^2 + 14a - 95
\]
For no real roots:
\[
a^2 + 14a - 95 < 0
\]
Step 3: Solve the inequality.
Find the roots of the quadratic equation:
\[
a^2 + 14a - 95 = 0
\]
\[
a = \frac{-14 \pm \sqrt{14^2 - 4(1)(-95)}}{2}
\]
\[
a = \frac{-14 \pm \sqrt{196 + 380}}{2} = \frac{-14 \pm \sqrt{576}}{2}
\]
\[
a = \frac{-14 \pm 24}{2}
\]
\[
a_1 = -19, \quad a_2 = 5
\]
So, the inequality \( a^2 + 14a - 95 < 0 \) holds for:
\[
-19 < a < 5
\]
Hence, \( (\alpha, \beta) = (-19, 5) \).
Step 4: Define the set \( X \).
\[
X = \{ x \in \mathbb{Z} : \alpha < x < \beta \}
\]
\[
X = \{ -18, -17, -16, \dots, 3, 4 \}
\]
This is a sequence of integers from -18 to 4.
Step 5: Find the sum of squares of elements in X.
We need:
\[
\sum_{x \in X} x^2 = (-18)^2 + (-17)^2 + \dots + 4^2
\]
Use the formula for sum of squares:
\[
\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}
\]
Here we must handle negative and positive parts separately.
Sum of squares from 1 to 18:
\[
\sum_{k=1}^{18} k^2 = \frac{18 \times 19 \times 37}{6} = 2109
\]
Include 0? (not in range). Add squares from 1² + 2² + 3² + 4² for positives (since negatives are already included symmetrically except sign doesn’t matter). But our range is -18 to +4, so we include 1² + 2² + 3² + 4² again.
\[
\sum_{k=1}^{4} k^2 = 1 + 4 + 9 + 16 = 30
\]
Thus total:
\[
2109 + 30 = 2139
\]
Final Answer:
\[
\boxed{2139}
\]