I can easily understand the generating function of sequence such as $a_n = n+1$ or something, but cannot understand generating function for some object.
There are 2 examples (with photos):
- What does "egf for counting set" mean? For example, $\{a_n\}=1,1,1,1,1…$ means numbers of set with $n$ elements or something? I can never understand.

- What is gf for prime path (in Schroder number) The number of prime paths? According to which one? I am so confused.

I think they are very basic questions. I'm sorry for that
$1-)$ When a sequence is given like $1,1,1,1..$ , it means the coefficients of variables of generating function ,respectively.For example ,
$1,1,1,1,1= 1+x+x^2 +x^3 +x^4 +x^5$
$1,3,2,2,4,7 = 1+3x+2x^2 +2x^3 +4x^4 +7x^5$
$0,0,0,0,0,1,1,1=x^5 +x^6+x^7$
$0,1,0,0,0,4,4,9 =x+4x^5 +4x^6 +9x^7$
$\binom{5}{0},\binom{5}{1},\binom{5}{2},\binom{5}{3},\binom{5}{4},\binom{5}{5}=1+5x+10x^2+10x^3+5x^4 +x^5 =(1+x)^5$
$1.b-)$ When we comes to "$e^x$ is the egf for counting set" , you must know that when we distribute distinguishable objects into distinguishable boxes , we makes use of exponential generating functions , you can find many example about it in my answers.I am putting here one of them.However ,this is a little long to teach here.I recommend you read this book to begin.
$2-)$ It is given that Schöder path is $\sum_0^\infty( x+xR(x))^k$ , it means that $$( x+xR(x))^0 +( x+xR(x))^1+( x+xR(x))^2+( x+xR(x))^3+( x+xR(x))^4+...$$
Then ,we know that $$\frac{1}{1-x}=x^0 +x^1 +x^2 +x^3 +....$$
So , if we switch $x$ with $x+xR(x)$ , we can reach our aim such that $$\frac{1}{1-(x+xR(x))} =(x+xR(x))^0 +(x+xR(x))^1 +(x+xR(x))^2 +...$$