For $n\in\mathbb{Z}$ consider the number $$A(n)=\left(1+x\right)^n\bigg{|}_{x=\frac{1}{10}}=\sum_{k=0}^\infty\binom{n}{k}10^{-k}$$ which we have expanded by the Taylor series. It is found that $$a_1=\binom{n}{1},\,a_2=\binom{n}{2},\,\dots ,\,a_k=\binom{n}{k},\dots$$ which I thought gives the explicit formula for the $k$th digit below the decimal point of any number with the form $$A(n)=\left(\frac{11}{10}\right)^n$$ but take for example $A(5)=(11/10)^5=1.\color{red}{6}{1}051$ and say we want to find the $1$st digit below the decimal, highlighted red. We see $a_1={}_5C_{1}=5$ which isn't $6$ as $a_2={}_5C_2=10$ contributes $1$ to the next digit. My question is, is it possible to find the $k$th decimal value of $A(n)$ by means of coefficient extraction from some generating function?
Edit 1: To clarify, I am not looking for a generating function, but some explicit formula for the $k$th digit below the decimal point of $A(n)$. Now, using generating functions to find the formula is of course fine.
Well, if you just want the formula to get to the $r$th digit from starting
Let $$S=\sum_{i=0}^{n-r+1} (10)^{i} \binom{n}{i}$$
Let $P=S\mod{(10^{[n\log_{10}(11)]-r+2})}$
Let $\log_{10}P=Q$
let $\{Q\}$=R ..............$($where $\{Q\}$ denotes fractional part of $Q$$)$
Let $10^R=V$
Let $[V]=U$........(Where $[V]$ denotes greatest integer less than or equal to $V$)
then the $r$th digit from beginning of decimals of $(1.1)^n =U$
finally $$U(n,r)=\left[10^{\left \{{\log_{10}((\sum_{i=0}^{n-r+1}\binom{n}{i}10^i)\mod10^{[nlog_{10}(11)]-r+2})} \right \}}\right]$$
where
$[x]=$ Greatest integer less than or equal to $x$
$\{x\}=$ Fractional part of $x$