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.

A369669 The greatest common divisor of the first and the second arithmetic derivative of n.

Original entry on oeis.org

0, 0, 1, 1, 4, 1, 1, 1, 4, 1, 1, 1, 16, 1, 3, 4, 16, 1, 1, 1, 4, 1, 1, 1, 4, 1, 1, 27, 16, 1, 1, 1, 16, 1, 1, 4, 4, 1, 1, 16, 4, 1, 1, 1, 16, 1, 5, 1, 16, 1, 3, 4, 4, 1, 27, 16, 4, 1, 1, 1, 4, 1, 1, 1, 64, 3, 1, 1, 12, 1, 1, 1, 4, 1, 1, 1, 16, 3, 1, 1, 16, 108, 1, 1, 4, 1, 3, 16, 4, 1, 1, 4, 16, 1, 7, 4, 16, 1, 1, 5
Offset: 0

Views

Author

Antti Karttunen, Feb 10 2024

Keywords

Crossrefs

Cf. A328393 (positions of 1's), A354874 (their characteristic function).
Cf. A327864 (positions of even terms, also positions of multiples of 4).
Cf. A370119 (positions of multiples of 3).

Programs

Formula

a(n) = gcd(A003415(n), A068346(n)).
For n >= 2, a(n) = A085731(A003415(n)).