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.

A334128 Integers m such that sigma(m) + sigma(7*m) = 16*m.

Original entry on oeis.org

135, 1365, 42819777
Offset: 1

Views

Author

Jinyuan Wang, May 15 2020

Keywords

Comments

This is the case h = 7 of the h-perfect numbers as defined in the Harborth link.
If gcd(m, 7) = 1 and m is even, then m must be of the form 2*q, where 27*sigma(q) = 32*q and gcd(q, 7) = 1.
a(4) > 3.5*10^12, if it exists. - Giovanni Resta, May 17 2020

Crossrefs

Programs

  • PARI
    isok(m) = sigma(m) + sigma(7*m) == 16*m;