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.

Showing 1-1 of 1 results.

A371952 Weird numbers whose abundance is also a weird number.

Original entry on oeis.org

12110, 1596770, 1629364, 4265590, 4442690, 6015310, 7122290, 7142030, 8438990, 8837570, 8877890, 9667910, 9989770, 10106810, 10867570, 11130910, 11306470, 11511290, 12008710, 12096490, 12623170, 12915770, 13281170, 13390510, 13852090, 14144690, 14583590, 14817670
Offset: 1

Views

Author

Amiram Eldar, Apr 14 2024

Keywords

Comments

Terms k of A006037 such that A033880(k) is also a term of A006037.

Examples

			12110 is a term because it is a weird number, and A033880(12110) = sigma(12110) - 2*12110 = 836 is also a weird number.
		

Crossrefs

Subsequence of A006037 and A371920.
A371953 is a subsequence.
Cf. A000203 (sigma), A033880 (abundance), A371950.

Programs

  • Mathematica
    With[{weirds = Import["https://oeis.org/a006037/b006037.txt", "Table"][[;; , 2]]}, Select[weirds, (ab = DivisorSigma[1, #] - 2*#) <= Last[weirds] && MemberQ[weirds, ab] &]]
Showing 1-1 of 1 results.