login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136543 Numbers n such that phi(n)+sigma(n)=4*reversal(n). 0
793, 79993, 2152311, 79999993 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

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

EXAMPLE

phi(2152311)+sigma(2152311)=1217664+3312384=4*1132512=4*reversal(2152311), so 2152311 is in the sequence.

MATHEMATICA

Do[If[4*FromDigits@Reverse@IntegerDigits@n==EulerPhi@n+ DivisorSigma[1, n], Print[n]], {n, 100000000}]

CROSSREFS

Sequence in context: A130555 A133537 A075667 * A133274 A086393 A108251

Adjacent sequences:  A136540 A136541 A136542 * A136544 A136545 A136546

KEYWORD

base,more,nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 20 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:28 EST 2012. Contains 205904 sequences.