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!)
A098770 Abundant numbers whose reversal is a deficient number. 3
12, 18, 20, 30, 36, 40, 54, 56, 70, 72, 78, 80, 90, 96, 100, 102, 104, 108, 112, 114, 120, 126, 132, 138, 140, 144, 150, 156, 160, 162, 168, 174, 176, 180, 186, 192, 196, 198, 200, 208, 220, 224, 260, 280, 300, 304, 306, 308, 312, 318, 320, 324, 330, 336, 340 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 18 because 18 is the second abundant number which on reversing its digits gives a deficient number, namely 81.
MATHEMATICA
rev[n_] := FromDigits @ Reverse @ IntegerDigits[n]; Select[Range[340], DivisorSigma[1, #] > 2*# && DivisorSigma[1, (r = rev[#])] < 2*r &] (* Amiram Eldar, Aug 26 2020 *)
CROSSREFS
Sequence in context: A340780 A054753 A098899 * A333928 A357695 A192819
KEYWORD
easy,nonn,base
AUTHOR
Shyam Sunder Gupta, Oct 02 2004
EXTENSIONS
Edited by N. J. A. Sloane at the suggestion of Andrew S. Plewe, May 21 2007
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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)