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.

A168264 For all sufficiently high values of k, d(n^k) > d(m^k) for all m < n. (Let k, m, and n represent positive integers only.)

Original entry on oeis.org

1, 2, 4, 6, 12, 24, 30, 60, 120, 180, 210, 420, 840, 1260, 1680, 2310, 4620, 9240, 13860, 18480, 27720, 30030, 60060, 120120, 180180, 240240, 360360, 510510, 1021020, 2042040, 3063060, 4084080, 6126120, 9699690, 19399380, 38798760, 58198140
Offset: 1

Views

Author

Matthew Vandermast, Nov 23 2009

Keywords

Comments

d(n) is the number of divisors of n (A000005(n)).

Examples

			Since the exponents in 1680's prime factorization are (4,1,1,1), the k-th power of 1680 has (4k+1)(k+1)^3 = 4k^4 + 13k^3 + 15k^2 + 7k + 1 divisors. Comparison with the analogous formulas for all smaller members of A025487 shows the following:
a) No number smaller than 1680 has a positive coefficient in its "power formula" for any exponent larger than k^4.
b) The only power formula with a k^4 coefficient as high as 4 is that for 1260 (4k^4 + 12k^3 + 13k^2 + 6k + 1).
c) The k^3 coefficient for 1680 is higher than for 1260.
So for all sufficiently high values of k, d(1680^k) > d(m^k) for all m < 1680.
		

Crossrefs

Subsequence of A025487, A060735, A116998. Includes A002110, A168262, A168263.
See also A168265, A168266, A168267.

Formula

If the canonical factorization of n into prime powers is Product p^e(p), then the formula for the number of divisors of the k-th power of n is Product_p (ek + 1). (See also A146289, A146290.)
For two positive integers m and n with different prime signatures, let j be the largest exponent of k for which m and n have different coefficients, after the above formula for each integer is expanded as a polynomial. Let m_j and n_j denote the corresponding coefficients. d(n^k) > d(m^k) for all sufficiently high values of k if and only if n_j > m_j.

A168265 a(n) = A003557(A060735(n)).

Original entry on oeis.org

1, 1, 2, 1, 2, 3, 4, 1, 2, 3, 4, 5, 6, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
Offset: 1

Views

Author

Matthew Vandermast, Nov 23 2009

Keywords

Comments

A060735(n) belongs to A168264 if and only if a(n) belongs to A168267.
Looking at A060735 as an irregular triangle T(n,k) = k*A002110(n) with 1 <= k < prime(n+1), this sequence a(n) = k. - Michael De Vlieger, Jul 26 2016

Crossrefs

Programs

  • Mathematica
    Table[Range[Prime[n] - 1], {n, 9}] // Flatten (* or, per title definition: *)
    #/Times @@ (FactorInteger[#][[All, 1]]) & /@ Flatten@ Table[Range[Prime[n + 1] - 1] Apply[Times, Prime@ Range@ n], {n, 0, 8}] (* Michael De Vlieger, Jul 26 2016 *)

Formula

Integers 1 to A006093(1) inclusive, followed by integers 1 to A006093(2) inclusive, etc.
a(n) = A111701(A060735(n)).
T(n,k)=k for n >= 1 and 1 <= k < prime(n).

A168266 A003557(A168264(n)).

Original entry on oeis.org

1, 1, 2, 1, 2, 4, 1, 2, 4, 6, 1, 2, 4, 6, 8, 1, 2, 4, 6, 8, 12, 1, 2, 4, 6, 8, 12, 1, 2, 4, 6, 8, 12, 1, 2, 4, 6, 8, 12, 1, 2, 4, 6, 8, 12, 24, 1, 2, 4, 6, 8, 12, 24, 1, 2, 4, 6, 8, 12, 24, 36, 1, 2, 4, 6, 8, 12, 24, 36, 1, 2, 4, 6, 8, 12, 24, 36, 1, 2, 4, 6, 8, 12, 24, 36, 1, 2, 4, 6, 8, 12, 24, 36, 48
Offset: 1

Views

Author

Matthew Vandermast, Nov 23 2009

Keywords

Crossrefs

For range of values, see A168267.

Formula

Also A111701(A168264(n)).
Showing 1-3 of 3 results.