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!)
A294926 Number of proper divisors of n that are deficient (A005100). 6
0, 1, 1, 2, 1, 3, 1, 3, 2, 3, 1, 4, 1, 3, 3, 4, 1, 4, 1, 5, 3, 3, 1, 5, 2, 3, 3, 5, 1, 6, 1, 5, 3, 3, 3, 5, 1, 3, 3, 6, 1, 6, 1, 5, 5, 3, 1, 6, 2, 5, 3, 5, 1, 5, 3, 6, 3, 3, 1, 7, 1, 3, 5, 6, 3, 6, 1, 5, 3, 7, 1, 6, 1, 3, 5, 5, 3, 6, 1, 7, 4, 3, 1, 7, 3, 3, 3, 7, 1, 8, 3, 5, 3, 3, 3, 7, 1, 5, 5, 7, 1, 6, 1, 7, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = Sum_{d|n, d<n} A294934(d).
a(n) = A080226(n) - A294934(n).
a(n) + A294927(n) = A032741(n).
MATHEMATICA
a[n_] := DivisorSum[n, 1 &, # < n && DivisorSigma[1, #] < 2*# &]; Array[a, 100] (* Amiram Eldar, Mar 14 2024 *)
PROG
(PARI) A294926(n) = sumdiv(n, d, (d<n)*(sigma(d)<(2*d))); \\ Antti Karttunen, Nov 14 2017
CROSSREFS
Sequence in context: A304795 A036459 A356159 * A079167 A304793 A199570
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 14 2017
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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)