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.

A098215 Numbers n such that reverse(sigma(n)) = n - phi(n) = cototient(n).

Original entry on oeis.org

136, 261, 295, 493, 1218, 1576, 15976, 159976, 715381, 717181, 746341, 987109, 1585576, 5989003, 13390567, 14400136, 19326607, 78753211, 144144136, 145454536, 158401576, 275675661, 713791681, 737098261, 1440000136, 1441584136, 1454414536, 1455998536
Offset: 1

Views

Author

Labos Elemer, Oct 22 2004

Keywords

Examples

			n=5989003: sigma(n) = 5994000 and n - phi(n) = 4995
		

Crossrefs

Programs

  • Mathematica
    Do[ If[ FromDigits[ Reverse[ IntegerDigits[ DivisorSigma[1, n]]]] == n - EulerPhi[n], Print[n]], {n, 10^8}] (* Robert G. Wilson v, Oct 23 2004 *)

Extensions

More terms from Robert G. Wilson v, Oct 27 2004
a(19)-a(28) from Donovan Johnson, Jan 14 2011