The setup: Let $q_1,q_2,q_3,\dots$ be an enumeration of the rationals in the unit interval $I=[0,1]$. Then let $K_i=\{q_j\mid j \le i\}$, and $K=\bigcup_i{K_i} = \{q_i\} = \mathbb{Q}\cap I$.
Define a set of open intervals $S=\bigcup_i{S_i}$ where $S_i = \{(q-2^{-i},q+2^{-i})\mid q \in K_i\}$.
For any $x \in I$ count the number of elements of $S$ for which $x$ is a member:
$$ \#(x) = |\{s \mid x \in s \in S\}|$$
Clearly $\#(x)=\infty$ for any rational $x$, but what about irrational $x$?
My question: for 'how many' irrational $x$ does $\#(x)=\infty$? The categories 'none', 'at least one', 'most', 'all' are good enough here.
Bonus question: can we construct or otherwise characterize such points $x$?
Motivation: We know that there is no sequence of continuous functions that pointwise converges to $\chi_K$, the characteristic function of the rationals in $I$. This has been asked and answered on this site at Exists continuous $f_n: [0,1] \to \mathbb{R}$ that converges pointwise, as $n \to \infty$, to $\chi_\mathbb{Q}$? and Existence of a sequence of continuous functions convergent pointwise to the indicator function of irrational numbers. There is also an elementary proof at https://math.stackexchange.com/a/1444407/1257.
Nevertheless, in the spirit of squaring the circle, let's try to build such a sequence and then troubleshoot. The construction is inspired by this article, but seems to be fairly common.
The members of the sequence are $$ f_i(x) = \max(0,1-2^i d(x,K_i)), $$ where $d(x,A)$ is the distance between the point $x$ and the nearest point in $A$.
Note that the support of $f_i$ is $S_i$, a set of open intervals defined earlier.
The sequence ${f_i}$ obviously converges to 1 on the rationals, but because of the impossibility of converging to $\chi_K$ we can conclude that it is not converging to $0$ on least one irrational $x$. So at $x$ it either converges to a value other than $0$ (doubtful), or never converges at all. Either way, $x$ is in an infinite number of the intervals in $S=\bigcup_i{S_i}$. Which would mean that an answer to the main question stated above would be 'at least one'.
To me this is vaguely plausible, but also surprising because the measure of the intervals in $S_i$ is decreasing exponentially. In fact we could rejig the definitions to make the measures decrease at arbitrarily large rates. But my knowledge of real analysis is very limited, so it is quite possible I've made an error in reasoning, or that my intuition is insufficiently developed.