cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-5 of 5 results.

A025653 Exponent of 5 (value of i) in n-th number of form 5^i*8^j.

Original entry on oeis.org

0, 1, 0, 2, 1, 0, 3, 2, 1, 0, 4, 3, 2, 1, 5, 0, 4, 3, 2, 6, 1, 5, 0, 4, 3, 7, 2, 6, 1, 5, 0, 4, 8, 3, 7, 2, 6, 1, 5, 9, 0, 4, 8, 3, 7, 2, 6, 10, 1, 5, 9, 0, 4, 8, 3, 7, 11, 2, 6, 10, 1, 5, 9, 0, 4, 8, 12, 3, 7, 11, 2, 6, 10, 1, 5, 9, 0, 13, 4, 8, 12, 3, 7, 11, 2, 6, 10, 1, 14, 5, 9, 0, 13, 4, 8, 12, 3, 7, 11, 2
Offset: 1

Views

Author

Keywords

Crossrefs

Differs from A025647 at a(2805).

Programs

  • Mathematica
    With[{max = 10^11}, IntegerExponent[Sort[Flatten[Table[5^i*8^j, {i, 0, Log[5, max]}, {j, 0, Log[8, max/5^i]}]]], 5]] (* Amiram Eldar, Jul 09 2025 *)

Formula

a(n) = A112765(A025623(n)). - Amiram Eldar, Jul 09 2025

A025673 Exponent of 8 (value of j) in n-th number of form 5^i*8^j.

Original entry on oeis.org

0, 0, 1, 0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 0, 4, 1, 2, 3, 0, 4, 1, 5, 2, 3, 0, 4, 1, 5, 2, 6, 3, 0, 4, 1, 5, 2, 6, 3, 0, 7, 4, 1, 5, 2, 6, 3, 0, 7, 4, 1, 8, 5, 2, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 10, 0, 7, 4, 1, 8, 5, 2, 9, 6, 3, 10, 0, 7, 4, 11, 1, 8, 5, 2, 9, 6, 3, 10, 0, 7, 4, 11, 1
Offset: 1

Views

Author

Keywords

Crossrefs

Differs from A025658 at a(2805).

Programs

  • Mathematica
    Take[Sort[Flatten[Table[{5^i 8^j,j},{i,0,20},{j,0,20}],1]][[;;,2]],120] (* Harvey P. Dale, Nov 10 2024 *)
    With[{max = 10^11}, IntegerExponent[Sort[Flatten[Table[5^i*8^j, {i, 0, Log[5, max]}, {j, 0, Log[8, max/5^i]}]]], 8]] (* Amiram Eldar, Jul 09 2025 *)

Formula

a(n) = A244413(A025623(n)). - Amiram Eldar, Jul 09 2025

A108201 Numbers of the form (5^i)*(12^j), with i, j >= 0.

Original entry on oeis.org

1, 5, 12, 25, 60, 125, 144, 300, 625, 720, 1500, 1728, 3125, 3600, 7500, 8640, 15625, 18000, 20736, 37500, 43200, 78125, 90000, 103680, 187500, 216000, 248832, 390625, 450000, 518400, 937500, 1080000, 1244160, 1953125, 2250000, 2592000
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Jun 15 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Take[Union[5^First[#] 12^Last[#]&/@Tuples[Range[0,20],2]],50] (* Harvey P. Dale, Mar 23 2012 *)

Formula

Sum_{n>=1} 1/a(n) = 15/11. - Amiram Eldar, Mar 29 2025

A025709 Index of 5^n within sequence of numbers of form 5^i*8^j.

Original entry on oeis.org

1, 2, 4, 7, 11, 15, 20, 26, 33, 40, 48, 57, 67, 78, 89, 101, 114, 128, 142, 157, 173, 190, 208, 226, 245, 265, 286, 307, 329, 352, 376, 400, 425, 451, 478, 506, 534, 563, 593, 624, 655, 687, 720, 754, 789, 824, 860, 897, 935, 973, 1012, 1052, 1093, 1135, 1177, 1220
Offset: 1

Views

Author

Keywords

Comments

Positions of zeros in A025673. - R. J. Mathar, Jul 06 2025

Crossrefs

Cf. A025623. Differs from A025703 at a(84).

Programs

A025729 Index of 8^n within sequence of numbers of form 5^i*8^j.

Original entry on oeis.org

1, 3, 6, 10, 16, 23, 31, 41, 52, 64, 77, 92, 108, 125, 144, 164, 185, 207, 231, 256, 282, 310, 339, 369, 401, 434, 468, 503, 540, 578, 617, 658, 700, 743, 787, 833, 880, 928, 978, 1029, 1081, 1134, 1189, 1245, 1302, 1361, 1421, 1482, 1545, 1609, 1674, 1740, 1808
Offset: 1

Views

Author

Keywords

Comments

Positions of zeros in A025653. - R. J. Mathar, Jul 06 2025

Crossrefs

Differs from A025714 at a(65).
Showing 1-5 of 5 results.