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.

A215195 Numbers n such that A143615(n) = sigma(n) where sigma(n) = A000203(n).

Original entry on oeis.org

1, 598, 1498, 54797260
Offset: 1

Views

Author

Naohiro Nomoto, Aug 05 2012

Keywords

Comments

a(5) (if it exists) > 10^8. - Hiroaki Yamanouchi, Sep 11 2014

Crossrefs

Programs

  • PARI
    isok(n) = sum(m=1, n, if (gcd(n,m)==1, numdiv(m))) == sigma(n); \\ Michel Marcus, Nov 08 2014

Extensions

a(4) from Hiroaki Yamanouchi, Sep 11 2014