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!)
A237521 Numbers k such that phi(k) + sigma(k) = reversal(k) + 2. 4
2, 22605, 26026, 492775589 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(5), if it exists, is larger than 10^13.
Up to 10^13 the equation phi(k) + sigma(k) = reversal(k) - 2 is satisfied only by k = 26330276.
LINKS
EXAMPLE
22605 is in the sequence because phi(22605) = 10880, sigma(22605) = 39744, and 10880 + 39744 = 50622 + 2, where 50622 is the reversal of 22605.
MATHEMATICA
Select[Range[493*10^6], EulerPhi[#]+DivisorSigma[1, #]== IntegerReverse[ #]+2&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 01 2020 *)
CROSSREFS
Sequence in context: A290741 A261362 A132942 * A131558 A133857 A349519
KEYWORD
nonn,base,more
AUTHOR
Giovanni Resta, Feb 08 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 12:44 EDT 2024. Contains 371940 sequences. (Running on oeis4.)