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”).

A086944
a(n) = k where R(k+8) = 5.
2
42, 492, 4992, 49992, 499992, 4999992, 49999992, 499999992, 4999999992, 49999999992, 499999999992, 4999999999992, 49999999999992, 499999999999992, 4999999999999992, 49999999999999992, 499999999999999992
OFFSET
1,1
COMMENTS
R(a(n)) = A086941(n).
LINKS
FORMULA
a(n) = 5*10^n - 8.
PROG
(Magma) [5*10^n-8: n in [1..25] ]; // Vincenzo Librandi, Aug 22 2011
CROSSREFS
Sequence in context: A249233 A249234 A250324 * A263289 A273223 A163727
KEYWORD
nonn,easy
AUTHOR
Ray Chandler, Jul 24 2003
STATUS
approved