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

A025646
Exponent of 4 (value of i) in n-th number of form 4^i*5^j.
1
0, 1, 0, 2, 1, 0, 3, 2, 1, 0, 4, 3, 2, 1, 0, 5, 4, 3, 2, 1, 0, 6, 5, 4, 3, 2, 1, 0, 7, 6, 5, 4, 3, 2, 1, 8, 0, 7, 6, 5, 4, 3, 2, 9, 1, 8, 0, 7, 6, 5, 4, 3, 10, 2, 9, 1, 8, 0, 7, 6, 5, 4, 11, 3, 10, 2, 9, 1, 8, 0, 7, 6, 5, 12, 4, 11, 3, 10, 2, 9, 1, 8, 0, 7, 6, 13, 5, 12, 4, 11, 3, 10, 2, 9, 1, 8, 0, 7, 14, 6, 13
OFFSET
1,4
MATHEMATICA
With[{nn=15}, IntegerExponent[#, 4]&/@Union[Flatten[Table[4^x 5^y, {x, 0, nn}, {y, 0, nn}]]]] (* Harvey P. Dale, May 10 2019 *)
CROSSREFS
Cf. A025617.
Differs from A025661 at a(1881).
Sequence in context: A330238 A025670 A122200 * A025661 A025671 A025652
KEYWORD
nonn
STATUS
approved