retagged by
1,163 views
1 1 vote
Let $h_n$ denote the number of non-negative integral solutions of the equation

$3x_1 + 4x_2 + 2x_3 + 5x_4  =  n$

Find the generating function $g(x)$ for $h_0,h_1,h_2,h_3 ... h_n$

2 Answers

0 0 votes
For number of non negative integral solution is n-11Cn-14
0 0 votes
I got it partially as finding coefficient $x^{n}$ using Newton binomial expansion is not a human task, computers should be used.
The expansion looks like this:-

$x_{1}\in {(0,3,6,9,12.....)} \\ x_{2}\in {(0,4,8,12,16....)} \\ x_{3}\in {(0,2,4,6,8,.....)} \\ x_{4}\in {(0,5,10,15,20,.....)}$

$\begin{align*} &= [x^{n}](1+x^{3}+x^{6}........)(1+x^{4}+x^{8}+....)(1+x^{2}+x^{4}+....)(1+x^{5}+x^{10}+....)\\ &=[x^{n}]\frac{1}{1-x^{3}}.\frac{1}{1-x^{4}}.\frac{1}{1-x^{2}}.\frac{1}{1-x^{5}} \\ &=[x^{n}]\frac{1}{(1+x)^{2}}.\frac{1}{(1-x)^{2}}.\frac{1}{1+x^{2}}.\frac{1}{1-x^{3}}.\frac{1}{1-x^{5}} \\ &= [x^{n}]? \end{align*}$
Position:
Show:

Related questions

0 0 votes
1 1 answer
1.0k
1.0k views
1 1 vote
0 0 answers
603
603 views
air1ankit asked Oct 9, 2017
603 views
generating function shifted Fibonacci sequence (what we actually do while finding generating function)
3 3 votes
1 answers 1 answer
2.5k
2.5k views
iarnav asked Jul 16, 2017
2,492 views
I got (x^20).1/(1+x).1/(1-x)^3 .Now, if I write this as -[x^20].(1+x)^-1.(1-x)^-3Now, I don't know how to solve this further when we have both factors having negative n.P...
0 0 votes
0 0 answers
924
924 views
dd asked Mar 19, 2017
924 views
We have two types of shapes.Using these shapes we need to construct $2$*$x$ shapes (height is 2 units and width is $x$ units).For example, all $5$ possible constructions ...