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-3 of 3 results.

A025628 Numbers of form 6^i*9^j, with i, j >= 0.

Original entry on oeis.org

1, 6, 9, 36, 54, 81, 216, 324, 486, 729, 1296, 1944, 2916, 4374, 6561, 7776, 11664, 17496, 26244, 39366, 46656, 59049, 69984, 104976, 157464, 236196, 279936, 354294, 419904, 531441, 629856, 944784, 1417176, 1679616, 2125764, 2519424, 3188646
Offset: 1

Views

Author

Keywords

Crossrefs

Subsequence of A025614.

Programs

  • Mathematica
    n = 10^6; Flatten[Table[6^i*9^j, {i, 0, Log[6, n]}, {j, 0, Log[9, n/6^i]}]] // Sort (* Amiram Eldar, Sep 26 2020 *)

Formula

Sum_{n>=1} 1/a(n) = (6*9)/((6-1)*(9-1)) = 27/20. - Amiram Eldar, Sep 26 2020
a(n) ~ exp(sqrt(2*log(6)*log(9)*n)) / sqrt(54). - Vaclav Kotesovec, Sep 26 2020
a(n) = 6^A025662(n) *9^A025680(n). - R. J. Mathar, Jul 06 2025

A025641 Exponent of 3 (value of i) in n-th number of form 3^i*6^j.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Also known as (exponent of 3 in n-th number of the form 3^i * 6^j) - (exponent of 2 in n-th number of the form 3^i * 6^j). - David A. Corneth, Jan 12 2021

Examples

			a(5) = 1 as the 5th number of the form 3^i * 6^j is 18 = 3^1 * 6^1 which has exponent of 3 equal to 1. - _David A. Corneth_, Jan 12 2021
		

Crossrefs

Differs from A025649 at a(114). A025657 is exponent of 6.
Cf. A025614.

Programs

A025657 Exponent of 6 (value of j) in n-th number of form 3^i*6^j.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Differs from A025686 at a(114). A025641 is the exponent of 3 (value of i).

Crossrefs

Cf. A025614, A025641 (exponent of 3).
Showing 1-3 of 3 results.