login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A280042
a(1) = 1, a(n+1) is the numerator of n-th partial fraction of the continued fraction [1; 10, 100, 1000, ..., 10^n].
1
1, 11, 1101, 1101011, 11010111101, 1101011111201011, 1101011111212021111101, 11010111112121312122121201011, 1101011111212132313223231313121111101, 1101011111212132324233342425242423223121201011
OFFSET
1,2
LINKS
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
Denominators are in A015482.
Sequence in context: A109227 A133342 A110574 * A287044 A191111 A127851
KEYWORD
nonn,frac
AUTHOR
Seiichi Manyama, Dec 31 2016
STATUS
approved