Question is like in the title and my attempt is
Let have sequence $$a_n = <\frac{H_0}{10^0},\frac{H_1}{10^1},\frac{H_2}{10^2},\dots>$$ where $H_n$ is n-th harmonic number.
And we have to construct $$b_n = \langle a_0,a_0+a_1,a_0+a_1+a_2,\dots\rangle$$ and it will be our answer.
Let's have generating function for sequence $a_n$: $$A(x) = \sum_{n=0}^\infty a_n x^n$$
And generating function for sequence $b_n$ will be $$B(x) = \frac{A(x)}{1-x}$$
I started making $\frac{H_n}{10^n}$ a bit easier(there are my doubts).
we can rewrite $H_n$ as $$1+\dfrac12+\dfrac13+\dots = 1+\frac{\frac{n(n+1)}{2}-\dfrac22}{n!} = 1+\frac{n(n+1)-2}{2*n!}$$ so now we can rewrite $a_n$ as $$a_n =\langle\frac{1}{10^n}+\frac{n(n+1)-2}{2*n!*10^n}\rangle$$
Generating function for $$\sum_{n=0}^\infty \frac{1}{10^n}x^n = \frac{1}{1-\frac{1}{10}x}$$
But i'm having problem with second part of it... And i'm not sure if i don't overcomplicated this task by making it "easier". I'd like to use generating functions cause it's task for them, but i'd be happy to see some other solutions. Thanks in advance.