strandsL(n,D)
i1 : n = 5 o1 = 5
i2 : D = {1,2,5} o2 = {1, 2, 5} o2 : List
i3 : strandsL(n,D) o3 = 3
The source of this document is in Triplets.m2:770:0.