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!)
A307822 The number of e-perfect numbers below 10^n. 2
0, 1, 8, 87, 871, 8690, 86940, 869417, 8694205, 86941922 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Lim_{n->oo} a(n)/10^n = 0.00869419399... (A318645) is the density of e-perfect numbers.
EXAMPLE
Below 10^2 there is only one e-perfect number, A054979(1) = 36, thus a(2) = 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: A225314 A200767 A222513 * A225613 A358982 A243922
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Apr 30 2019
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 24 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)