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.

A009223 a(n) = gcd(sigma(n), phi(n)).

Original entry on oeis.org

1, 1, 2, 1, 2, 2, 2, 1, 1, 2, 2, 4, 2, 6, 8, 1, 2, 3, 2, 2, 4, 2, 2, 4, 1, 6, 2, 4, 2, 8, 2, 1, 4, 2, 24, 1, 2, 6, 8, 2, 2, 12, 2, 4, 6, 2, 2, 4, 3, 1, 8, 2, 2, 6, 8, 24, 4, 2, 2, 8, 2, 6, 4, 1, 12, 4, 2, 2, 4, 24, 2, 3, 2, 6, 4, 4, 12, 24, 2, 2, 1, 2, 2, 8, 4, 6, 8, 20, 2, 6, 8, 4, 4, 2, 24, 4, 2, 3, 12, 1, 2, 8
Offset: 1

Views

Author

Keywords

Comments

The asymptotic density of numbers k such that a(k) <= m for a given m is 0 (Dressler, 1974). - Amiram Eldar, Mar 02 2021

Crossrefs

Cf. A000010 (phi), A000203 (sigma).

Programs

Formula

a(n) = gcd(A000203(n), A000010(n)).