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!)
A230013 Numbers n such that phi(n) + sigma(n) = (3/2)*reversal(n). 0
2993, 29993, 2999993, 230880803, 299999993, 2999999993, 2999999999993 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All semiprimes of the form 3*10^m-7 are in the sequence.
Next term is greater than 10^8.
LINKS
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}]
CROSSREFS
Sequence in context: A253962 A253955 A253758 * A158963 A178326 A063055
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Nov 30 2013
EXTENSIONS
a(4)-a(7) from Giovanni Resta, Feb 06 2014
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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)