Answer:
256, 512, 384, 128, 16
Explanation:
You want the coefficients in the expansion of the fourth power of the binomial (4x+2y).
Pascal's triangle
The fourth row of Pascal's triangle gives the coefficients for each product of terms. That row is 1, 4, 6, 4, 1. It tells you ...
(a +b)^4 = 1·a^4b^0 +4·a^3b^1 +6·a^2b^2 +4·a^1b^3 +1·a^0b^4
Application
In the given binomial, we have a=4x, b=2y. Then the expansion is ...

The coefficients in order are ...
256, 512, 384, 128, 16
__
Additional comment
The rows of Pascal's triangle are numbered starting from 0.