login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098215 Numbers n such that reverse(sigma(n)) = n - phi(n) = cototient(n). 0
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
n=5989003: sigma(n) = 5994000 and n - phi(n) = 4995
MATHEMATICA
Do[ If[ FromDigits[ Reverse[ IntegerDigits[ DivisorSigma[1, n]]]] == n - EulerPhi[n], Print[n]], {n, 10^8}] (* Robert G. Wilson v, Oct 23 2004 *)
CROSSREFS
Sequence in context: A262615 A101335 A349092 * A247439 A183635 A116223
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Oct 22 2004
EXTENSIONS
More terms from Robert G. Wilson v, Oct 27 2004
a(19)-a(28) from Donovan Johnson, Jan 14 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 3 05:28 EDT 2024. Contains 372205 sequences. (Running on oeis4.)