OFFSET
1,2
LINKS
Seiichi Manyama, Table of n, a(n) for n = 1..45
FORMULA
a(n) = 10^(n-1)*a(n-1) + a(n-2).
EXAMPLE
G.f. = x + 11*x^2 + 1101*x^3 + 1101011*x^4 + 11010111101*x^5 + 1101011111201011*x^6 + ...
a(3) = 1101, the numerator of 1 + 1/(10 + 1/100) = 1101/1001.
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Seiichi Manyama, Dec 31 2016
STATUS
approved