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!)
A075492 Sum of digits of n < number of divisors of n. 3
10, 12, 20, 21, 24, 30, 32, 40, 42, 50, 60, 70, 72, 80, 90, 100, 102, 104, 105, 108, 110, 111, 112, 114, 120, 126, 130, 132, 140, 144, 150, 160, 162, 168, 180, 192, 200, 201, 204, 210, 212, 216, 220, 222, 224, 230, 231, 232, 234, 240, 250, 252, 260, 264, 270 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Solutions to A007953[x] < A000005[x]
EXAMPLE
All are special composites.
MATHEMATICA
sud[x_] := Apply[Plus, IntegerDigits[x]] Do[s=sud[n]-DivisorSigma[0, n]; If[s>0, Print[n]], {n, 1, 256}]
Select[Range[300], Total[IntegerDigits[#]]<DivisorSigma[0, #]&] (* Harvey P. Dale, Apr 05 2015 *)
CROSSREFS
Sequence in context: A048378 A338640 A129845 * A225742 A338855 A221638
KEYWORD
base,easy,nonn
AUTHOR
Labos Elemer, Sep 26 2002
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)