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.

A162694 Strictly positive numbers n such that 36*n/(36+n) are integers.

Original entry on oeis.org

12, 18, 36, 45, 72, 108, 126, 180, 288, 396, 612, 1260
Offset: 1

Views

Author

Keywords

Comments

The 36th row of A127730.
The ansatz 36*n/(36+n) = j (any integer j) yields n = 36*j/(36-j) which demonstrates that the sequence is finite if n >= 0. - R. J. Mathar, Jul 13 2009
Positive integers n such that half of the harmonic mean of 36 and n is an integer. - Wesley Ivan Hurt, Sep 07 2014

Crossrefs

Programs

  • Mathematica
    Select[Range[1000], IntegerQ[36#/(36 + #)] &] (* Alonso del Arte, Sep 06 2014 *)

Extensions

Edited by R. J. Mathar, Jul 13 2009