I am trying to prove the below statement.
Let $A$ be a countable set, and let $B_n$ be the set of all $n$-tuples $(a_1,\ldots, a_n)$, where $n\in \mathbb{N}$ and $a_k\in A$ ($k=1,\ldots, n$), and the elements $a_1,\ldots, a_n$ need not be distinct. Then $B_n$ is countable.
My approach is to have a bijection for $B_n$ with natural numbers/subset of natural numbers.
Since $A$ is countable, every $a_k\in A$ ($k=1,\ldots, n$) is assigned a natural number. So I will count the number of digits in the natural number assigned to $a_k$ write those many $1$'s followed by zero for each $a_k$ and after I am done with all the $a_k$ I continue the number with natural number assigned to each $a_k$. this way I get a bijection with every $n$ tuple. I dont even have to know the numbers assigned to original countable set. I just used that fact to prove the statement.
Eg: [$a_1$ $a_2$ $a_3$] is the $3$ tuple, where $a_1$ is assigned 105, $a_2$ is assigned 23, $a_3$ is assigned 1431, in the original bijection. So by my theory the $3$-tuple is assigned to $111011011110105231431$.
I know there are far better methods, but I wanted to solve this on my own and I came up with this. I have thought of every possibility to maintain the bijection. If I have missed something, please help.