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

A121324
Number of digits in quotient {R_(n*R_n)}/(R_n)^2, where R_n=A002275(n),n*R_n=A053422(n).
0
1, 19, 328, 4437, 55546, 666655, 7777764, 88888873, 999999982, 11111111091, 122222222200, 1333333333309, 14444444444418, 155555555555527, 1666666666666636, 17777777777777745, 188888888888888854, 1999999999999999963
OFFSET
1,2
FORMULA
a(n)=round[log_10{9*(10^(n*(10^n - 1)/9) - 1)/(10^n - 1)^2}]
MATHEMATICA
f[n_] := Floor[n(10^n - 1)/9 - 2n + Log[10, 9] + If[n == 1, 2, 1]]; Array[f, 18] (* Robert G. Wilson v, Aug 27 2006 *)
CROSSREFS
Sequence in context: A015676 A098304 A014900 * A093973 A345963 A202043
KEYWORD
nonn,base
AUTHOR
Lekraj Beedassy, Aug 26 2006
EXTENSIONS
More terms from Robert G. Wilson v, Aug 27 2006
STATUS
approved