login
A025701
Index of 4^n within the sequence of the numbers of the form 3^i*4^j.
1
1, 3, 6, 10, 16, 23, 31, 40, 51, 63, 76, 90, 106, 123, 141, 160, 181, 203, 226, 250, 276, 303, 331, 361, 392, 424, 457, 492, 528, 565, 603, 643, 684, 726, 769, 814, 860, 907, 955, 1005, 1056, 1108, 1161, 1216, 1272, 1329, 1388, 1448, 1509, 1571, 1635, 1700, 1766
OFFSET
0,2
COMMENTS
Positions of zeros in A025640. - R. J. Mathar, Jul 06 2025
LINKS
FORMULA
From Amiram Eldar, Nov 13 2025: (Start)
A025613(a(n)) = 4^n.
a(n) = 1 + Sum_{k=0..n} ceiling(k * c), where c = log_3(4) (A100831).
a(n) ~ c * n^2 / 2, where c is defined above. (End)
MATHEMATICA
Accumulate[Table[Ceiling[n * Log[3, 4]], {n, 0, 60}]] + 1 (* Amiram Eldar, Nov 13 2025 *)
CROSSREFS
KEYWORD
nonn,easy
EXTENSIONS
Offset corrected by Amiram Eldar, Nov 13 2025
STATUS
approved