login
A323170
a(n) = 1 if (2*phi(n)) < n, 0 otherwise, where phi is Euler totient function (A000010).
4
0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1
OFFSET
1
COMMENTS
Characteristic function of A054741.
LINKS
Mitsuo Kobayashi, A generalization of a series for the density of abundant numbers, International Journal of Number Theory, Vol. 12, No. 3 (2016), pp. 671-677.
FORMULA
Asymptotic mean: Limit_{m->oo} (1/m) * Sum_{k=1..m} a(k) is in the range (0.51120, 0.51176) (Kobayashi, 2016). - Amiram Eldar, Jun 01 2025
MATHEMATICA
Array[Boole[2*EulerPhi[#] < #] &, 100] (* Paolo Xausa, Jul 08 2024 *)
PROG
(PARI) A323170(n) = ((2*eulerphi(n))<n);
CROSSREFS
Cf. A000010, A054741, A083254, A318875 (Inverse Möbius transform), A374134.
Sequence in context: A363915 A353671 A353672 * A379118 A215480 A143731
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 05 2019
STATUS
approved