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.

A306984 Infinitary weird numbers: infinitary abundant numbers (A129656) that are not infinitary pseudoperfect numbers (A306983).

Original entry on oeis.org

70, 4030, 5390, 5830, 7192, 7400, 7912, 9272, 10430, 10570, 10792, 10990, 11410, 11690, 11830, 12110, 12530, 12670, 13370, 13510, 13790, 13930, 14770, 15610, 15890, 16030, 16310, 16730, 16870, 17272, 17570, 17920, 17990, 18410, 18830, 18970, 19390, 19670
Offset: 1

Views

Author

Amiram Eldar, Mar 18 2019

Keywords

Comments

Differs from bi-unitary weird numbers from n >= 32 (a(32) = 17920 is not bi-unitary weird).

Crossrefs

Programs

  • Mathematica
    idivs[x_] := If[x == 1, 1, Sort@ Flatten@ Outer[Times, Sequence @@ (FactorInteger[ x ] /. {p_, m_Integer} :> p^Select[Range[0, m], BitOr[m, #] == m &])]] ;s = {}; Do[d = Most[idivs[n]]; If[Total[d]