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.

A175116 A positive integer k is included if d(k) = d(k+1) * d(k+2), where d(k) is the number of divisors of k.

Original entry on oeis.org

96, 105, 165, 216, 280, 315, 345, 357, 408, 465, 522, 552, 561, 616, 624, 640, 696, 744, 760, 837, 861, 885, 920, 924, 945, 990, 1032, 1056, 1128, 1185, 1281, 1302, 1368, 1386, 1416, 1464, 1560, 1640, 1785, 1830, 1860, 1905, 1950, 2037, 2142, 2184, 2296
Offset: 1

Views

Author

Leroy Quet, Feb 13 2010

Keywords

Comments

Terms calculated by M. F. Hasler.

Crossrefs

Programs

  • Mathematica
    Transpose[Select[Partition[Range[3000],3,1],DivisorSigma[0,First[#]]== DivisorSigma[0,Last[#]]DivisorSigma[0,#[[2]]]&]][[1]]  (* Harvey P. Dale, Apr 08 2011 *)