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.

A272374 Numbers n such that A187202(n) is <= 0.

Original entry on oeis.org

10, 14, 20, 22, 24, 26, 28, 34, 36, 38, 40, 46, 48, 50, 58, 60, 62, 63, 70, 74, 80, 82, 84, 86, 94, 96, 98, 99, 100, 105, 106, 117, 118, 120, 122, 134, 136, 138, 140, 142, 146, 152, 153, 154, 158, 160, 166, 170, 171, 174, 178, 180, 182, 184, 186, 189, 190, 192, 194, 196, 198, 200, 202, 206, 208, 214
Offset: 1

Views

Author

Robert G. Wilson v, Apr 28 2016

Keywords

Comments

Odd terms: 63, 99, 105, 117, 153, 171, 189, ..., .
Indices n where A187202(n) =0 are 10, 171, 1947, 2619, 265105, ...- R. J. Mathar, May 06 2016

Crossrefs

Programs

  • Mathematica
    f[n_] := Block[{d = Divisors@ n}, Differences[d, Length@ d - 1][[1]]]; Select[ Range@ 215, f@# < 1&]

Extensions

Edited by N. J. A. Sloane, May 01 2016
Showing 1-1 of 1 results.