This question is about the $\operatorname{seq}$ "notation" (for lack of a better word) defined in
https://math.stackexchange.com/a/312915/13675
Can someone give some concrete examples illustrating the $\operatorname{seq}$ notation?
ASIDE
For what it's worth, in a response to an earlier request for clarification of $\operatorname{seq}$, the author of the cited answer writes (in a comment):
$\operatorname{seq}(a, b, k, x)$ means "$x$ is the $k$th term in the somewhat strangely defined sequence $a \operatorname{mod} b + 1, a \operatorname{mod} 2b + 1, a \operatorname{mod} 3b + 1, \dots$". Remarkably, any finite sequence can be represented this way.
I don't understand what the author means by the last remark. How, for example, does one use "this way" (whatever that means) to represent the finite sequence $(3, 1, 4, 1, 5, 9, 2, 6, 5, 3)$? Also, what values of $a$, $b$, $k$, and $x$ would one use in $\operatorname{seq}(a, b, k, x)$ to assert that "3 is the 10-th element of $(3, 1, 4, 1, 5, 9, 2, 6, 5, 3)$"?
NOTE, however, the point of this question is not to decipher the author's comment cited above. That is secondary. What I'm interested here is in examples that illustrate the meaning of $\operatorname{seq}$.
I personally think what the author had in his twisted mind was this:
To encode the finite sequence $a_1,a_2, \ldots, a_n$ "this way", we first need to find a suitable $b$. In order to apply the Chinese Remainder Theorem, the numbers $b+1,2b+1,\ldots, nb+1$ should be coprime. But any common divisor of $ib+1$ and $jb+1$, $1\le i<j\le n$, must also divide their difference $(j-i)b$; in fact, as $b$ is coprime to each of these, said common factor must divide $j-i$, a number $\le n-1$. Is there an easy way to prevent $kb+1$ from having any divisors $<n$ at all? Sure, just make $kb$ a multiple of these. In other words, it suffices to pick $b=(n-1)!$ or $b=\operatorname{lcm}(1,2,3,\ldots, n-1)$ in order to guarantee that our intended application of the Chinese Remainder Theorem will succeed.
Of course, there is another constraint: We must have $a_k<kb+1$ for all $k$. But of course we can just let $b$ a sufficiently high multiple of $\operatorname{lcm}(1,2,3,\ldots, n-1)$.
So in your concrete example of a ten-term sequence, we can take $$b=\operatorname{lcm}(1,2,3,\ldots,9)=2520.$$ Solving the simultaneous congruence $a\equiv 3\pmod {2521}$, $a\equiv 1\pmod {5041}$, $\ldots$, $a\equiv 3\pmod {25201}$ tells us that $$a=23362866138146210613972657326044344349283$$ works. To summarize: The numbers $a,b$ found here, have the property that - at least for $1\le k\le 10$ - the statement $\operatorname{seq}(a,b,k,x)$ is true if and only if $x$ is the $k$th decimal of $\pi$. In particular, $$\operatorname{seq}(23362866138146210613972657326044344349283,2520,10,3) $$ expresses that the tenth decimal of $\pi$ is $3$. Of course, no actual knowledge of $\pi$ flew into the computation of $a,b$ above, only the given and otherwise arbitrary sequence of terms. Also, the fact that $$\operatorname{seq}(23362866138146210613972657326044344349283,2520,11,2416) $$turns out to be true should lead no-one to believe that the next digit of $\pi$ is $2416$.
Incidentally, my original answer already contained a useful example in the context of "is a power of ten": With $a=41366298973$ and $b=250$, we verify that $$ \begin{align}a\bmod 251&= 1\\ a\bmod 501&= 10\\ a\bmod 751&= 100\\ a\bmod 1001&= 1000 \end{align}$$ So that for these values of $a,b$, the claim $$ a\bmod ((k+1)b+1)=10\cdot(a\bmod (kb+1))$$ holds at least for $k\in\{1,2,3\}$, i.e., the first few terms are in a geometric progression with the factor $10$. The fact "$1000$ is a power of $10$" is thus expressed as "there exists a (finite) geometric sequence with factor $10$ that starts with $1$ and ends in $1000$".