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.

A162819 Positive numbers n such that 48*n/(48+n) are integers.

Original entry on oeis.org

16, 24, 48, 80, 96, 144, 208, 240, 336, 528, 720, 1104, 2256
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    f[a_,b_]:=(a*b)/(a+b); a=48;lst={};Do[If[f[a,n]==IntegerPart[f[a,n]], AppendTo[lst,n]],{n,9!}];lst
    Select[Range[2300],IntegerQ[(48#)/(48+#)]&] (* Harvey P. Dale, Dec 18 2018 *)

Extensions

Keywords fini,full added by R. J. Mathar, Jul 31 2009