161th program input & output

Input :  
Enter how many numbers, n = 5
Output :- 
0      1      1      2      3
//////////////////////////////////////////////////////////////////////////////////////////////

Input :  
Enter how many numbers, n = 7
Output :- 
0      1      1      2      3    5      8
//////////////////////////////////////////////////////////////////////////////////////////////

Input :  
Enter how many numbers, n = 9
Output :- 
0      1      1      2      3    5      8        13        21
//////////////////////////////////////////////////////////////////////////////////////////////