OFFSET
1,3
REFERENCES
F. Smarandache and J. Dezert, Advances and Applications of DSmT for Information Fusion, Vol. 1, ARPress, 2004, pp. 42-46.
LINKS
Alois P. Heinz, Rows n = 1..9, flattened
J. Dezert and F. Smarandache On the generation of hyper-powersets for the DSmT, Proc. Fusion 2003 Conf., Cairns, Australia.
F. Smarandache and J. Dezert, Advances and Applications of DSmT for Information Fusion, Vol. 1, 2004.
Florentin Smarandache, Algebraic Generalization of Venn Diagram, in Multispace & Multistructure. Neutrosophic Transdisciplinarity, NESP, 2010.
EXAMPLE
Triangle T(n,k) begins:
1;
1, 2, 12;
1, 2, 3, 12, 13, 23, 123;
1, 2, 3, 4, 12, 13, 14, 23, 24, 34, 123, 124, 134, 234, 1234;
...
MAPLE
T:= n-> map(x-> parse(cat(x[])),
[seq(combinat[choose]([$1..n], i)[], i=1..n)])[]:
seq(T(n), n=1..6); # Alois P. Heinz, Jan 30 2023
CROSSREFS
KEYWORD
nonn,easy,tabf,base
AUTHOR
M. Khoshnevisan (m.khoshnevisan(AT)griffith.edu.au), May 10 2003
EXTENSIONS
More terms from David Wasserman, Aug 19 2004
STATUS
approved