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!)
A233465 Numbers n such that sigma(n) = reversal(2n). 1

%I #7 Mar 15 2014 17:57:23

%S 1259196,1473381

%N Numbers n such that sigma(n) = reversal(2n).

%C a(3) > 10^12. - _Giovanni Resta_, Mar 15 2014

%t rev[n_] := FromDigits@ Reverse@ IntegerDigits@n; Select[Range[2*10^6], DivisorSigma[1, #] == rev[2*#] &] (* _Giovanni Resta_, Mar 15 2014 *)

%Y Cf. A000203, A004086, A233467.

%K nonn,base,more,bref

%O 1,1

%A _Farideh Firoozbakht_, Mar 14 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 July 24 02:09 EDT 2024. Contains 374575 sequences. (Running on oeis4.)