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!)
A136543 Numbers n such that phi(n)+sigma(n)=4*reversal(n). 2
793, 79993, 2152311, 79999993, 7999999993, 799999999993 (list; graph; refs; listen; history; text; 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.
a(7) > 10^12. - Giovanni Resta, Nov 03 2012
A100412(n) is in the sequence for n = 2, 4, 7, 9, 11, 16, 18, 23, 31, 32, 40,... - M. F. Hasler, Nov 03 2012
LINKS
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: A133537 A213471 A075667 * A133274 A261657 A086393
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Jan 20 2008
EXTENSIONS
a(5)-a(6) from Giovanni Resta, Nov 03 2012
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 April 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)