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.

Showing 1-1 of 1 results.

A033856 Numbers k such that j(k)*phi(k) = sigma(phi(k)), j(k) = A033831(k).

Original entry on oeis.org

14, 58, 175, 244, 833, 1017, 1348, 8653, 33263, 33497, 33611, 34099, 34151, 34529, 34771, 36281, 36449, 36743, 37367, 37373, 38311, 38695, 38735, 38915, 39035, 39263, 39295, 39431, 39995, 41015, 41635, 42119, 46209, 46617, 46731, 47067, 49911, 50007, 50871
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    j[n_] := DivisorSum[n, 1&, # > 2 && n/# < #-1 &]; aQ[n_] := j[n]*(p = EulerPhi[ n]) == DivisorSigma[1, p]; Select[Range[10^4], aQ] (* Amiram Eldar, Jul 01 2019 *)

Extensions

More terms from Amiram Eldar, Jul 01 2019
Showing 1-1 of 1 results.