32containing
32containing is a term used to describe numbers whose decimal representation contains the consecutive digits 32 as a substring. The primary usage is in discussions of digit patterns and string-search problems. Examples of 32-containing numbers include 32, 132, 320, 5321, and 1232. Numbers such as 3012 or 4213 do not have the substring 32 and are not 32-containing. The term is informal and appears mainly in introductory explanations of digit patterns rather than in formal number theory.
Counting and analysis: For a given length n, the number of n-digit strings that are 32-containing can
Variants and extensions: The concept extends to other substrings and patterns, such as 42-containing or more
See also: substring, pattern avoidance, regular expression, automaton.
---