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.

A230013 Numbers n such that phi(n) + sigma(n) = (3/2)*reversal(n).

Original entry on oeis.org

2993, 29993, 2999993, 230880803, 299999993, 2999999993, 2999999999993
Offset: 1

Views

Author

Farideh Firoozbakht, Nov 30 2013

Keywords

Comments

All semiprimes of the form 3*10^m-7 are in the sequence.
Next term is greater than 10^8.

Crossrefs

Programs

  • Mathematica
    r[n_]:=FromDigits[Reverse[IntegerDigits[n]]];Do[If[c=r[n]; c>(4/3)*n && DivisorSigma[1,n] + EulerPhi[n] == (3/2)c, Print[n]], {n,100000000}]

Extensions

a(4)-a(7) from Giovanni Resta, Feb 06 2014