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.

A110277 Values of n such that the perfect deficiency (A109883) of n is a square.

Original entry on oeis.org

1, 2, 4, 5, 6, 8, 14, 16, 17, 24, 28, 32, 37, 38, 42, 44, 64, 72, 92, 98, 101, 110, 128, 134, 152, 170, 172, 180, 186, 192, 197, 206, 248, 252, 256, 257, 284, 374, 398, 401, 410, 428, 434, 474, 480, 496, 512, 577, 590, 604, 616, 632, 638, 677, 752, 760, 864, 884
Offset: 1

Views

Author

Jason Earls, Jul 18 2005

Keywords

Crossrefs

Cf. A110278.

Programs

  • Mathematica
    subtract = If[ #1 < #2, Throw[ #1], #1 - #2]&; f[n_] := Catch @ Fold[subtract, n, Divisors @ n]; Select[ Range[905], IntegerQ[ Sqrt[ f[ # ]]] &] (* Robert G. Wilson v, Jul 21 2005 *)
Showing 1-1 of 1 results.