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.

A111667 Abundance of admirable numbers.

Original entry on oeis.org

4, 2, 12, 12, 10, 12, 12, 8, 12, 4, 12, 56, 4, 12, 2, 12, 120, 12, 56, 12, 12, 12, 56, 78, 12, 12, 180, 12, 56, 12, 12, 56, 12, 8, 12, 12, 12, 2, 12, 56, 12, 56, 12, 12, 12, 12, 12, 56, 2, 12, 672, 12, 12, 12, 56, 12, 12, 8, 56, 12, 12, 12, 30, 12, 32, 12, 56, 12, 12, 12, 12, 56
Offset: 1

Views

Author

Jason Earls, Aug 14 2005

Keywords

Examples

			a(1)=4 because the first admirable number is 12 and sigma(12)-24 = 4.
		

Crossrefs

Programs

  • Mathematica
    fn[n_]:=DivisorSigma[1,n]-2*n;fn/@Select[Range[1155], MemberQ[Most[Divisors[#]], (DivisorSigma[1, #]-2*#)/2]&] (* James C. McMahon, Jun 02 2024 *)