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!)
A302993 Number of unitary abundant numbers < 10^n. 6

%I #12 Aug 03 2018 11:01:58

%S 0,5,64,691,7011,70030,699597,7005450,70048740,700321813,7003128054,

%T 70034216605,700350142296,7003426996800,70033987968599,

%U 700341098675985,7003416399263312

%N Number of unitary abundant numbers < 10^n.

%F Conjecture: Lim_{n->oo} a(n)/10^n = 0.07... is the density of unitary abundant numbers.

%t usigma[n_] := If[n == 1, 1, Times @@ (1 + Power @@@ FactorInteger[n])]; uabQ[n_] := usigma[n] > 2 n; c = 0; k = 1; seq={}; Do[While[k < 10^n, If[uabQ[k], c++]; k++]; AppendTo[seq, c], {n, 1, 5}]; seq

%Y Cf. A034448, A034683, A302992.

%K nonn,more

%O 1,2

%A _Amiram Eldar_, Apr 17 2018

%E a(10)-a(17) from _Hiroaki Yamanouchi_, Aug 03 2018

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.)