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!)
A230019 Numbers n such that sigma(n) + phi(n) = reversal(n) - 3. 4
199993, 17333334, 19999993, 199999999993, 1999999999993 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If n=2*10^m-7 is a semiprime then n is in the sequence. Also if p=(1/999)*(962*1000^m+37) is prime then 18*p is in the sequence. All known terms are of these two forms.
a(6) > 10^13. - Giovanni Resta, Feb 08 2014
LINKS
MATHEMATICA
r[n_] := FromDigits[Reverse[IntegerDigits[n]]]; Do[If[DivisorSigma[1, n] + EulerPhi[n] == r[n]-3, Print[n]], {n, 1000000000}]
CROSSREFS
Sequence in context: A094799 A163500 A164321 * A106777 A094800 A200863
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Dec 02 2013
EXTENSIONS
a(4)-a(5) 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 24 11:20 EDT 2024. Contains 371936 sequences. (Running on oeis4.)