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.

A373246 Greatest common divisor of n and its prime shadow: a(n) = gcd(n, A181819(n)).

Original entry on oeis.org

1, 2, 1, 1, 1, 2, 1, 1, 3, 2, 1, 6, 1, 2, 1, 1, 1, 6, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 1, 1, 2, 1, 9, 1, 2, 1, 10, 1, 2, 1, 2, 3, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 12, 1, 2, 3, 1, 1, 2, 1, 2, 1, 2, 1, 3, 1, 2, 3, 2, 1, 2, 1, 2, 1, 2, 1, 12, 1, 2, 1, 2, 1, 6, 1, 2, 1, 2, 1, 2, 1, 2, 3, 1, 1, 2, 1, 2, 1
Offset: 1

Views

Author

Antti Karttunen, May 29 2024

Keywords

Crossrefs

Cf. A325755 [numbers k for which a(k) = A181819(k)], A353566 (their characteristic function).

Programs

Formula

a(n) = gcd(A181819(n), A373247(n)).
a(n) = A181819(n) / A373249(n).