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

A336389 The least positive integer k for which A336835(k) >= n, where A336835(k) is the number of iterations of x -> A003961(x) needed before the result is deficient (sigma(x) < 2x), when starting from x=k.

Original entry on oeis.org

1, 6, 120, 19399380, 195534950863140268380, 538938984694949877040715541221415046162838700, 216487559804430601784907786655491617909711008142914104790481010259258659171900
Offset: 0

Views

Author

Antti Karttunen, Aug 07 2020

Keywords

Comments

For n > 0, the least k such that for at least n-1 iterations of map x -> A003961(x), starting from x=k, x stays nondeficient. In other words, from each a(n) starts a chain of at least n nondeficient numbers (A023196) obtained by successive prime shifts, e.g, for a(3) we have: 19399380 -> 334639305 -> 5391411025, where -> stands for applying A003961, the prime shift towards larger primes.
After 1 all other terms here are even, because if an odd number k is nondeficient, then A064989(k) is nondeficient also, where A064989 is the prime shift towards smaller primes. Moreover, because A047802 is defined for every n >= 0, also this sequence is.
From Peter Munn, Aug 13 2020 (Start)
Upper bounds for a(4) and a(5) are:
a(4) <= 195534950863140268380 = A064989(A064989(A064989(20169691981106018776756331))) = A337202(3).
a(5) <= 538938984694949877040715541221415046162838700 = A064989^4((A047802(4)*17*19)/137).
(End)
From David A. Corneth, Aug 21 2020: (Start)
Subsequence of A025487.
Let prime(n)# be the n-th primorial number, A002110(n) = A034386(prime(n)). Then:
a(6) <= 191# * 7#;
a(7) <= 311# * 5#;
a(8) <= 457# * 5#.
(End)
That each term occurs in A025487 follows because (1), the abundancy index of prime(i)^e is larger than that of prime(i+1)^e, that is, sigma(prime(i)^e)/prime(i)^e > sigma(prime(i+1)^e)/prime(i+1)^e, and (2) because the abundancy index of p^(e+d) * q^e is larger than that of p^e * q^(e+d), where p and q are distinct primes, p < q, and e, d > 0. Thus, for any n, we can first find a "prime-factorization compressed version" of it, A071364(n), and then sort the exponents to the non-ascending order with A046523 (and actually, A046523(A071364(n)) = A046523(n), so we need to apply just A046523), to get a term x of A025487, that certainly have the abundancy index >= n [and this inequivalence stays same for their successive prime shifts as well, the abundancy index of A003961(x) being at least that of A003961(n), etc.], and as A046523(n) <= n for all n, it is guaranteed that the least k for which A336835(k) >= n are found from A025487, which is the range of A046523.

Crossrefs

From term a(2) = 120 onward a subsequence of A337386.

Programs

  • PARI
    A003961(n) = my(f = factor(n)); for (i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); \\ From A003961
    A336835(n) = { my(i=0); while(sigma(n) >= (n+n), i++; n = A003961(n)); (i); };
    A336389(n) = for(i=1,oo,if(A336835(i)>=n,return(i)));

Formula

For n >= 0, A336835(a(n)) >= n.
For all n >= 1, a(n) <= A337202(n-1) [= 2*A246277(A047802(n-1))].
a(n) = A025487(A337477(n)).
a(n) = A108951(A337478(n)).

Extensions

a(4) - a(6) from combined work of David A. Corneth and Peter Munn Aug 13-26 2020

A337478 Primorial deflation of A336389.

Original entry on oeis.org

1, 3, 20, 38, 159, 749, 1337
Offset: 0

Views

Author

Antti Karttunen, Aug 29 2020

Keywords

Crossrefs

Formula

a(n) = A319626(A336389(n)) = A329900(A336389(n)).
For all n >= 0, A337474(a(n)) >= n and a(n) >= A337476(n).

A337475 a(n) = A336835(A025487(n)).

Original entry on oeis.org

0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 2, 0, 1, 2, 1, 1, 1, 2, 0, 1, 2, 1, 2, 1, 2, 0, 1, 2, 1, 2, 1, 2, 2, 0, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 0, 2, 1, 2, 2, 1, 2, 1, 2, 1, 2, 2, 0, 2, 1, 2, 2, 1, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 0, 2, 1, 2, 2, 1, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 0, 2, 1, 2, 2, 1, 2, 2
Offset: 1

Views

Author

Antti Karttunen, Aug 28 2020

Keywords

Crossrefs

Formula

a(n) = A336835(A025487(n)).
a(n) = A337474(A181815(n)).

A337476 Position of the first occurrence of n in A337474.

Original entry on oeis.org

1, 3, 11, 23, 61, 127, 199, 331, 467, 673, 929, 1181, 1493, 1861, 2243, 2693, 3221, 3739, 4327, 4993, 5689, 6421, 7283, 8191, 9137, 10111, 11161, 12281, 13451, 14747, 16067, 17569, 19037, 20509, 22051, 23687, 25411, 27179, 29023, 31019, 32971, 34963, 37097, 39371, 41651, 44021, 46559, 49169, 51719
Offset: 0

Views

Author

Antti Karttunen, Aug 28 2020

Keywords

Crossrefs

Formula

For all n >= 0, A337474(a(n)) = n.
For all n >= 1, a(n) = A000040(A107705(n)). [Conjectured, see comment in A108227]
For all n >= 0, a(n) <= A337478(n).
Showing 1-4 of 4 results.