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.

A336565 Numbers k for which (A057723(k)-k) is equal to gcd(k-A308135(k), A057723(k)-k).

Original entry on oeis.org

6, 28, 234, 496, 588, 600, 1521, 1638, 6552, 8128, 55860, 89376, 33550336, 168836850
Offset: 1

Views

Author

Antti Karttunen, Jul 26 2020

Keywords

Comments

Numbers k for which A336563(k) = A336566(n) [= gcd(A336563(n), A336564(n))].
Numbers k such that either both A336563(k) and A336564(k) are zero (in which case k is squarefree), or A336563(k) divides A336564(k), in which case k is not squarefree.
Also numbers k for which A336647(n) = 2*n - A057723(n).
Question: Are there any other odd terms apart from 1521 = 39^2 ?

Crossrefs

Cf. A000396 (a subsequence).
Cf. also A326145.

Programs

  • PARI
    A007947(n) = factorback(factorint(n)[, 1]);
    A057723(n) = { my(r=A007947(n)); (r*sigma(n/r)); };
    isA336565(n) = { my(b=A057723(n), c=(sigma(n)-b), d=(b-n)); (gcd(d,(n-c))==d); };

A336646 a(n) = n - A326144(n).

Original entry on oeis.org

0, 1, 1, 3, 1, 6, 1, 7, 8, 8, 1, 10, 1, 10, 9, 15, 1, 15, 1, 18, 11, 14, 1, 18, 24, 16, 25, 14, 1, 18, 1, 31, 15, 20, 13, 35, 1, 22, 17, 30, 1, 30, 1, 42, 39, 26, 1, 34, 48, 49, 21, 50, 1, 42, 17, 54, 23, 32, 1, 54, 1, 34, 61, 63, 19, 54, 1, 66, 27, 66, 1, 69, 1, 40, 73, 74, 19, 66, 1, 78, 80, 44, 1, 70, 23, 46, 33, 86
Offset: 1

Views

Author

Antti Karttunen, Jul 30 2020

Keywords

Crossrefs

Cf. A326145 (positions where coincides with A007947).
Cf. A336555 (positions where differs from A336647).
Cf. also A336645, A336647.

Programs

Showing 1-2 of 2 results.