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!)
A091195 Number of numbers <= n having only one abundant divisor (A091191). 2

%I #8 Mar 21 2021 13:05:46

%S 0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,

%T 4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,7,7,7,

%U 7,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10

%N Number of numbers <= n having only one abundant divisor (A091191).

%H Amiram Eldar, <a href="/A091195/b091195.txt">Table of n, a(n) for n = 1..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/AbundantNumber.html">Abundant Number</a>.

%t f[n_] := Boole[Count[Divisors[n], _?(DivisorSigma[1, #] > 2 # &)] == 1]; Accumulate @ Array[f, 100] (* _Amiram Eldar_, Mar 21 2021 *)

%Y Partial sums of A294930.

%Y Cf. A091191, A091194, A005101.

%K nonn

%O 1,18

%A _Reinhard Zumkeller_, Dec 27 2003

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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)