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.

A112816 Numbers k such that lcm(1,2,3,...,k)/9 equals the denominator of the k-th harmonic number H(k).

Original entry on oeis.org

63, 64, 65, 69, 70, 71, 189, 190, 191, 192, 193, 194, 195, 196, 197, 207, 208, 209, 210, 211, 212, 213, 214, 215, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724
Offset: 1

Views

Author

Robert G. Wilson v, Sep 17 2005

Keywords

Comments

When 9 occurs in A110566.

Crossrefs

Programs

  • Mathematica
    f[n_] := LCM @@ Range[n]/Denominator[ HarmonicNumber[n]]; Select[ Range[1724], f[ # ] == 9 &]

Extensions

Definition corrected by Jinyuan Wang, May 03 2020