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.

A325637 Numbers k for which gcd(2k, sigma(k)) = 2k.

Original entry on oeis.org

6, 28, 496, 8128, 30240, 32760, 2178540, 23569920, 33550336, 45532800, 142990848, 1379454720, 8589869056, 43861478400, 66433720320, 137438691328, 153003540480, 403031236608, 704575228896, 181742883469056, 6088728021160320, 14942123276641920, 20158185857531904, 275502900594021408, 622286506811515392, 2305843008139952128
Offset: 1

Views

Author

Antti Karttunen, May 21 2019

Keywords

Comments

Multiply-perfect numbers (A007691) k with an even abundancy index sigma(k)/k. - Amiram Eldar, Jun 26 2024

Crossrefs

Subsequences: A000396, A336702 (after its initial 1).
Subsequence of A007691.

Programs

  • PARI
    isA325637(n) = ((n+n)==gcd(n+n,sigma(n)));

Formula

a(n) = A224832(n)/2. - Amiram Eldar, Jun 26 2024