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!)
A307821 The number of exponential abundant numbers below 10^n. 5
0, 0, 1, 12, 102, 1045, 10449, 104365, 1043641, 10436775, 104367354 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
Limit_{n->oo} a(n)/10^n = 0.001043673... is the density of exponential abundant numbers (see A129575). [Updated by Amiram Eldar, Sep 02 2022]
EXAMPLE
Below 10^3 there is only one exponential abundant number, A129575(1) = 900, thus a(3) = 1.
MATHEMATICA
fun[p_, e_] := DivisorSum[e, p^# &]; esigma[1] = 1; esigma[n_] := Times @@ fun @@@ FactorInteger[n]; c = 0; k = 1; seq={}; Do[ While[ k < 10^n, If[ esigma[k]>2k, c++ ]; k ++]; AppendTo[seq, c], {n, 1, 5}]; seq
CROSSREFS
Sequence in context: A052148 A133384 A052067 * A050791 A005771 A016228
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Apr 30 2019
EXTENSIONS
a(11) from Amiram Eldar, Sep 02 2022
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 May 2 19:04 EDT 2024. Contains 372203 sequences. (Running on oeis4.)