#Python Code to print the b-file of this sequence #import math #def C(n,r): #....f=math.factorial #....return f(n)/f(r)/f(n-r) #i=0 #for n in range(0,126): #....for k in range(0,n+1): #........if n+1-k