Hello, I generally know of Pi Notation when it looks like this

However I have gotten a question in which it has been written like this.
	
	
	
		
And I am unsure how exactly this is supposed to look if expanded. To be specific, it is the use of k = n-1 as the upper limit that has left me confused. Does anyone know what this expression would look like when written out and why? Thank you for your time.
				
			
However I have gotten a question in which it has been written like this.
		Code:
	
	            k = n-1
             ______
             |    |          k     
             |    | (1 + 1/k)  
             |    |
             k = 1
	And I am unsure how exactly this is supposed to look if expanded. To be specific, it is the use of k = n-1 as the upper limit that has left me confused. Does anyone know what this expression would look like when written out and why? Thank you for your time.