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.

A353751 a(n) = gcd(n, sigma(sigma(n))), where sigma is the sum of divisors function.

Original entry on oeis.org

1, 2, 1, 4, 1, 2, 1, 8, 1, 1, 1, 4, 1, 2, 15, 16, 1, 2, 1, 4, 21, 1, 1, 24, 1, 2, 9, 4, 1, 15, 1, 8, 1, 2, 1, 4, 1, 2, 3, 2, 1, 42, 1, 4, 3, 1, 1, 16, 1, 2, 3, 1, 1, 18, 5, 8, 3, 2, 1, 60, 1, 2, 21, 64, 1, 1, 1, 4, 3, 1, 1, 24, 1, 2, 1, 4, 7, 6, 1, 16, 1, 2, 1, 84, 5, 2, 3, 2, 1, 6, 1, 4, 3, 1, 5, 8, 1, 2, 1, 4
Offset: 1

Views

Author

Antti Karttunen, May 08 2022

Keywords

Crossrefs

Cf. A019278 (positions of fixed points, where a(n)=n).
Cf. also A009194, A295310.

Programs

  • PARI
    A353751(n) = gcd(n, sigma(sigma(n)));

Formula

a(n) = gcd(n, A051027(n)).
a(n) = A051027(n) / A318059(n) = n / A318060(n).