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!)
A308054 The number of coreful abundant numbers (A308053) below 10^n. 0
0, 1, 24, 259, 2614, 26222, 262220, 2622178, 26221610, 262215860, 2622158194 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) ~ c * 10^n, where c = 0.0262215... is the asymptotic density of the coreful abundant numbers (see A308053). [Updated by Amiram Eldar, Sep 02 2022]
EXAMPLE
Below 10^2 there is only one coreful abundant number, 72, hence a(2) = 1.
MATHEMATICA
f[p_, e_] := (p^(e+1)-1)/(p-1)-1; csigma[1]=1; csigma[n_] := Times @@ (f @@@ FactorInteger[n]); cpQ[n_] := csigma[n] > 2*n; s={0}; c=0; p=100; Do[If[k==p, AppendTo[s, c]; p*=10]; If[cpQ[k], c++], {k, 1, 1000001}]; s
CROSSREFS
Sequence in context: A076847 A296575 A009175 * A296916 A187380 A000145
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 10 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 April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)