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!)
A230006 Numbers n such that sigma(n) + phi(n) = reversal(n) + 1. 5

%I #11 Feb 08 2014 16:04:47

%S 1,37,225,397,11112722,1309286244182

%N Numbers n such that sigma(n) + phi(n) = reversal(n) + 1.

%C If p=4*10^m-3 is prime then p is in the sequence.

%C a(7) > 10^13. - _Giovanni Resta_, Feb 08 2014

%e sigma(37)+phi(37)=38+36=73+1=reversal(37)+1.

%t r[n_] := FromDigits[Reverse[IntegerDigits[n]]]; Do[If[DivisorSigma[1, n] + EulerPhi[n] == r[n]+1, Print[n]], {n, 1000000000}]

%Y Cf. A000010, A000203, A004086, A230004, A230005.

%K nonn,base,more

%O 1,2

%A _Farideh Firoozbakht_, Dec 02 2013

%E a(6) from _Giovanni Resta_, Feb 06 2014

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 May 4 09:58 EDT 2024. Contains 372238 sequences. (Running on oeis4.)