Hints
(Greeting s from The On-Line Encyclopedia of Integ er Sequences!)
A000010 Euler totient function phi(n): count numbers <= n and prime to n.
(Formerly M0299 N0111)
2600
1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 10, 4, 12, 6, 8, 8, 16, 6, 18, 8, 12, 10, 22, 8, 20, 12,
18, 12, 28, 8, 30, 16, 20, 16, 24, 12, 36, 18, 24, 16, 40, 12, 42, 20, 24, 22, 46, 16,
42, 20, 32, 24, 52, 18, 40, 24, 36, 28, 58, 16, 60, 30, 36, 32, 48, 20, 66, 32, 44 (list;
g raph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Number of elements in a reduced residue system modulo n.
Degree of the n-th cyclotomic polynomial (cf. A013595). - Benoit Cloitre,
Oct 12 2002
Number of distinct generators of a cyclic group of order n. Number of
primitive n-th roots of unity. (A primitive n-th root x is such that x^k
is not equal to 1 for k = 1, 2, ..., n - 1, but x^n = 1.) - Lekraj
Beedassy, Mar 31 2005
Also number of complex Dirichlet characters modulo n; sum(k = 1, n, a(k))
is asymptotic to (3/Pi^2)*n^2. - Steven Finch, Feb 16 2006
a(n) is the highest degree of irreducible polynomial dividing 1 + x + x^2 +
... + x^(n-1) = (x^n - 1)/(x - 1). - Alexander Adamchuk, Sep 02 2006,
corrected Sep 27 2006
a(p) = p - 1 for prime p. a(n) is even for n > 2. For n > 2 a(n)/2 =
A023022(n) = number of partitions of n into 2 ordered relatively prime
parts. - Alexander Adamchuk, Jan 25 2007
Number of automorphisms of the cyclic group of order n. - Benoit Jubin, Aug
09 2008
a(n+2) equals the number of palindromic Sturmian words of length n which
are 'bispecial', prefix or suffix of two Sturmian words of length n + 1.
- Fred Lunnon, Sep 05 2010
Suppose that a and n are coprime positive integers, then by Euler's totient
theorem, any factor of n divides a^phi(n) - 1. - Lei Zhou, Feb 28 2012
a(n) = A096396(n) + A096397(n). - Reinhard Zumkeller, Mar 24 2012
If m has k prime factors,(f1, f2, ..., fk), then phi(m*n) = phi(f1*n) *
phi(f2*n) * ... * phi(fk*n)/phi(n)^(k-1). For example, phi(42*n) =
phi(2*n) * phi(3*n) * phi(7*n)/phi(n)^2. - Gary Detlefs, Apr 21 2012
Sum(n>=1, a(n)/n! ) = 1.954085357876006213144... This sum is referenced in
Plouffe's inverter. - Alexander R. Povolotsky, Feb 02 2013
The order of the multiplicative group of units modulo n. - Michael Somos,
Aug 27 2013
A strong divisibility sequence, that is, gcd(a(n), a(m)) = a(gcd(n, m)) for
all positive integers n and m. - Michael Somos, Dec 30 2016
From Eric Desbiaux, Jan 01 2017: (Start)
a(n) equals the Ramanujan sum c_n(n) (last term on n-th row of triangle
A054533).
a(n) equals the Jordan function J_1(n) (cf. A007434, A059376, A059377,
which are the Jordan functions J_2, J_3, J_4, respectively). (End)