If $p=3$ you get $0.333333\ldots$, and you could say it has $p-1=2$ repeating digits and the part that repeats is $33$.
If $p=11$ you get $0.0909090909\ldots$, and you could say it has $p-1=10$ repeating digits, and the part that repeats is $0909090909$.
If $p=37$, you get $0.027027027\ldots$, and you could say it has $p-1=36$ repeating digits, and the part that repeats is $027\ldots027$ (with $12$ iterations of $027)$.
If $p=101$, you get $0.0099009900990099\ldots$, and you could say it has $p-1=100$ repeating digits, and the part that repeats is $0099$.
If $p=41$, you get $0.\underbrace{024390}_{\text{This repeats.}}$, and you could say it has $p-1=40$ repeating digits, and the part that repeats is eight iterations of that sequence of five digits.
If $p=13$, you get $0.\overbrace{076923}$ with a $6$-digit repetend, and you could say it has $p-1=12$ repeating digits, and the part that repeats is two iterations of $076923$.
$3$ is a divisor of $10^1 - 1$.
$11$ is a divisor of $10^2 - 1$.
$37$ is a divisor of $10^3-1$.
$101$ is a divisor of $10^4-1$.
$41$ is a divisor of $10^5-1$.
$13$ is a divisor of $10^6 - 1$.
The number of repeating digits in the shortest repetend in $1/p$ is the smallest exponent $k$ such that $p$ divides $10^k-1$.
If $41$ is a divisor of $10^5-1$, then $41$ is a divisor of $10^{40}-1$ since
$$
10^{40} - 1 = (10^5 - 1) \Big( (10^5)^7 + (10^5)^6 + (10^5)^5 + (10^5)^4 + (10^5)^3+(10^5)^2+(10^5)^1+1\Big).
$$