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

A338427 a(n) is the largest prime(n)-smooth primitive nondeficient number.

Original entry on oeis.org

6, 20, 2205, 12705, 117234117, 42840834309, 2792098376579421, 674431969285588989475, 21526530767769616227341527825, 292210459765634328314801626540200511773, 292210459765634328314801626540200511773
Offset: 2

Views

Author

David A. Corneth and Peter Munn, Oct 26 2020

Keywords

Comments

See A006039 for a definition and list of primitive nondeficient numbers.
The first prime being 2, the prime(1)-smooth numbers are the powers of 2, which are all deficient. So a(1) is undefined, and the sequence offset is 2.
Omitting the initial "6" gives us the largest prime(n)-smooth primitive abundant numbers (based on their A071395 definition). Using the variant definition of primitive abundant from A091191, the equivalent sequence starts 18, 30, 2205, 12705, 117234117, ... .
If m is a prime(n)-smooth primitive nondeficient number, the odd part of m divides a member of one of the first (n - 1) finite sets described in the Dickson reference and the even part of m is less than 2^A035100(n). This provides an upper bound for such numbers, meaning there is a largest prime(n)-smooth primitive nondeficient number for all n >= 2.

Examples

			Initial terms, showing factorization:
   n          a(n)
   2             6 = 2 * 3,
   3            20 = 2^2 * 5,
   4          2205 = 3^2 * 5 * 7^2,
   5         12705 = 3 * 5 * 7 * 11^2,
   6     117234117 = 3^2 * 7^2 * 11^2 * 13^3,
   7   42840834309 = 3^4 * 7^2 * 13^3 * 17^3,
   ...
The largest primitive nondeficient (and primitive abundant) number that has prime(12) = 37 as largest prime factor is 29504726357465429322218597476548828125, which is one digit shorter than the largest 31-smooth primitive nondeficient (and primitive abundant) number, 292210459765634328314801626540200511773. So a(12) = a(11).
		

Crossrefs

After removing duplicate terms we get a subsequence of A006039, A338133.
The largest prime(n)-smooth numbers meeting other divisor-related criteria: A211198, A273057.
Largest primitive nondeficient numbers meeting other criteria: A287581.

Formula

a(n) = Max_{m <= n, k >= 1} A338133(m, k).
a(n) = max( {m in A006039 : A006530(m) <= A000040(n)} ).

A273235 Number of Ramanujan's largely composite numbers having prime(n) as the greatest prime divisor.

Original entry on oeis.org

3, 10, 17, 28, 27, 43, 44, 69, 68, 58, 97, 97, 125, 164, 201, 185, 162, 254, 263, 313, 491, 434, 466, 417, 309, 358, 510, 633, 935, 1148, 454
Offset: 1

Views

Author

Keywords

Comments

Theorem. The sequence is unbounded.
Proof. Since the sequence of highly composite numbers (A002182) is a subsequence of this sequence, it is sufficient to prove that the number M_n of highly composite numbers with the maximal prime divisor p_n is unbounded. Let N be a large highly composite number. Then for the greatest prime divisor p_N of N we have [Erdos] p_N=O(log N). So for all N<=x, p_N=O(log x).
If M_n=O(1), then the number of all highly composite numbers <=x is O(p_n)=O(log x). However, Erdos [Erdos] proved that this number is more than (log x)^(1+c) for a certain c>0.
So we have a contradiction. This means that M_n and this sequence are unbound. QED

Crossrefs

Showing 1-2 of 2 results.