reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
The number numbers of terms not exceeding 10^k, for k = 1, 2, ..., are 0, 13, 148, 1595, 15688, 158068, 1578957, 15762209, 157745113, 1577808429, ... Apparently this sequence has an asymptotic density 0.157...
The number of terms not exceeding 10^k, for k = 1, 2, ..., are 0, 13, 148, 1595, 15688, 158068, 1578957, 15762209, 157745113, 1577808429, ... Apparently this sequence has an asymptotic density 0.157...
Amiram Eldar, <a href="/A348604/b348604.txt">Table of n, a(n) for n = 1..10000</a>
approved
editing
proposed
approved
editing
proposed
allocated for Amiram EldarNonexponential abundant numbers: numbers k such that A160135(k) > k.
24, 30, 42, 48, 54, 60, 66, 70, 72, 78, 84, 90, 96, 102, 114, 120, 126, 132, 138, 150, 156, 160, 162, 168, 174, 180, 186, 192, 198, 210, 216, 222, 224, 240, 246, 258, 264, 270, 280, 282, 288, 294, 300, 312, 318, 320, 330, 336, 352, 354, 360, 366, 378, 384, 390
1,1
The smallest odd term is a(1357) = 8505.
24 is a term since A160135(24) = 30 > 24.
esigma[n_] := Times @@ (Sum[First[#]^d, {d, Divisors[Last[#]]}] &) /@ FactorInteger[n]; q[n_] := DivisorSigma[1, n] - esigma[n] > n; Select[Range[400], q]
allocated
nonn
Amiram Eldar, Oct 25 2021
approved
editing