login
A025732
Index of 8^n within the sequence of the numbers of the form 8^i*9^j.
2
1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172, 190, 209, 229, 250, 272, 295, 319, 344, 370, 397, 425, 454, 484, 515, 547, 580, 614, 649, 685, 721, 758, 796, 835, 875, 916, 958, 1001, 1045, 1090, 1136, 1183, 1231, 1280, 1330, 1381, 1433
OFFSET
0,2
COMMENTS
Positions of zeros in A025682. - R. J. Mathar, Jul 06 2025
LINKS
FORMULA
From Amiram Eldar, Nov 14 2025: (Start)
A025633(a(n)) = 8^n.
a(n) = 1 + Sum_{k=0..n} ceiling(k * c), where c = log_9(8) (A153756).
a(n) ~ c * n^2 / 2, where c is defined above. (End)
MATHEMATICA
Accumulate[Table[Ceiling[n * Log[9, 8]], {n, 0, 60}]] + 1 (* Amiram Eldar, Nov 14 2025 *)
CROSSREFS
KEYWORD
nonn,easy
EXTENSIONS
Offset corrected by Amiram Eldar, Nov 14 2025
STATUS
approved