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.

A146746 Duplicate of A073541.

Original entry on oeis.org

5, 14, 54, 55, 56, 58, 70, 87, 88, 89, 114, 118, 123, 125, 178, 201, 204, 206, 220, 246, 354, 358, 417, 419, 459, 478, 500, 534, 549, 594, 604, 620, 646, 654, 663, 715, 718, 753, 834, 835, 838, 894, 957
Offset: 1

Views

Author

Ctibor O. Zizka, Nov 01 2008

Keywords

Comments

A000203(n+1)*A000203(n)/(A000203(n+1)+A000203(n)) = c, c an integer.
Same as A073541. - Georg Fischer, Nov 02 2018

Crossrefs

Programs

  • Mathematica
    sQ[n_]:=Module[{sn=DivisorSigma[1,n],sn1=DivisorSigma[1,n+1]},Divisible[sn sn1,sn+sn1]]; Select[Range[1000],sQ]  (* Harvey P. Dale, Apr 21 2011 *)

Extensions

Corrected by Harvey P. Dale, Apr 21 2011