login
A025739
Index of 9^n within the sequence of the numbers of the form 9^i*10^j.
2
1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172, 191, 211, 232, 253, 275, 298, 322, 347, 373, 400, 428, 457, 487, 518, 550, 583, 617, 652, 688, 725, 763, 802, 842, 883, 925, 967, 1010, 1054, 1099, 1145, 1192, 1240, 1289, 1339, 1390, 1442
OFFSET
0,2
COMMENTS
Positions of zeros in A025691. - R. J. Mathar, Jul 06 2025
LINKS
FORMULA
From Amiram Eldar, Nov 14 2025: (Start)
A025635(a(n)) = 9^n.
a(n) = 1 + Sum_{k=0..n} ceiling(k * c), where c = log_10(9) (A104139).
a(n) ~ c * n^2 / 2, where c is defined above. (End)
MATHEMATICA
Accumulate[Table[Ceiling[n * Log10[9]], {n, 0, 60}]] + 1 (* Amiram Eldar, Nov 14 2025 *)
CROSSREFS
KEYWORD
nonn,easy
EXTENSIONS
Offset corrected by Amiram Eldar, Nov 14 2025
STATUS
approved