I am trying to find
$$\frac{4}{9} + \frac{5}{27} + \frac{7}{81} + \frac{8}{243} + \frac{13}{729} + \frac{15}{2187} + \frac{31}{6561} + \frac{33}{19683} + \frac{34}{59049} + \cdots $$
I have tried to let the sum be $S$ then multiply by $3$ and subtract it from itself but I am not getting it to work. Please give a hint or solution thank you :)
Αδριανός asks about numerators so I will describe how I was finding them. For each number $a$ I check if there is prime $b$ so that $$(a-1)!-1=b$$
If there is then $a$ becomes next numerator. If not then skip, etc.
For example if $a=13$ then there is prime $b$:
$$(13-1)!-1=479001599 = b$$