A273977 Words over an alphabet of size 9 that are in standard order with at least one letter repeated.
11, 111, 112, 121, 122, 1111, 1112, 1121, 1122, 1123, 1211, 1212, 1213, 1221, 1222, 1223, 1231, 1232, 1233, 11111, 11112, 11121, 11122, 11123, 11211, 11212, 11213, 11221, 11222, 11223, 11231, 11232, 11233, 11234, 12111, 12112, 12113, 12121, 12122, 12123, 12131, 12132, 12133, 12134, 12211, 12212
Offset: 1
References
- Daniel Devatman Hromada, Integer-based nomenclature for the ecosystem of repetitive expressions in complete works of William Shakespeare, submitted to special issue of Argument and Computation on Rhetorical Figures in Computational Argument Studies, 2016.
Links
- Daniel Devatman Hromada, List of n, a(n) for n = 1..142407 (All words with at most 10 digits.)
- Daniel Devatman Hromada, Integer-based nomenclature for the ecosystem of repetitive expressions in complete works of William Shakespeare, August 2018.
- Joerg Arndt and N. J. A. Sloane, Counting Words that are in "Standard Order"
Crossrefs
Cf. A278987.
Programs
-
Mathematica
Select[Range[2*10^4], And[Max[DigitCount@ #] >= 2, Range@ Length@ Union@ # == DeleteDuplicates@ # &@ IntegerDigits@ #] &] (* Michael De Vlieger, Nov 10 2016 *)
Extensions
Edited by N. J. A. Sloane, Dec 06 2016
Duplicated terms removed from b-file by Andrew Howroyd, Feb 27 2018
Comments