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.

A239274 Numbers k such that k' = sigma(k) - phi(k), where k' = A003415(k) is the arithmetic derivative of k.

Original entry on oeis.org

1, 88, 1104, 492624, 30818736, 200827760, 1598249556, 4575586644, 8491046375, 8554970196, 29917317500, 54481242640, 202195886375, 3201891498000
Offset: 1

Views

Author

Giovanni Resta, Mar 13 2014

Keywords

Comments

a(15) > 10^13.

Crossrefs

Programs

  • Mathematica
    ad[1]=0; ad[n_]:=n*Total[(#1[[2]] / #1[[1]]&) /@ FactorInteger[n]]; Select[Range[500000], ad[#] == DivisorSigma[1,#] - EulerPhi[#] &]