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!)
A076953 Array T(m,n) = phi(mn)-phi(m)phi(n) (m,n >= 1), read by antidiagonals. 3
0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 4, 0, 2, 0, 0, 0, 2, 0, 0, 2, 0, 0, 0, 4, 0, 4, 4, 4, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 6, 8, 0, 8, 0, 8, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 8, 0, 8, 6, 8, 0, 8, 0, 4, 0, 0, 0, 4, 0, 4, 6, 0, 0, 6, 4, 0, 4, 0, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,12
COMMENTS
It follows from the definition that phi(mn)-phi(m)phi(n) >= 0.
REFERENCES
József Sándor, Dragoslav S. Mitrinovic, and Borislav Crstici, Handbook of Number Theory I, Springer Science & Business Media, 2005, Chapter I, p. 9, section I.2.1.
LINKS
EXAMPLE
Array begins:
m\n | 1 2 3 4 5 6 ...
----+--------------------------------
1 | 0 0 0 0 0 0 ...
2 | 0 1 0 2 0 2 ...
3 | 0 0 2 0 0 2 ...
4 | 0 2 0 4 0 0 ...
5 | 0 0 0 0 4 0 ...
6 | 0 2 2 4 0 8 ...
...
MATHEMATICA
T[m_, n_] := EulerPhi[m*n] - EulerPhi[m] * EulerPhi[n]; Table[T[m, n-m+1], {n, 1, 14}, {m, 1, n}] // Flatten (* Amiram Eldar, Apr 23 2024 *)
CROSSREFS
Sequence in context: A016414 A049337 A049801 * A180472 A308583 A093315
KEYWORD
nonn,tabl,changed
AUTHOR
N. J. A. Sloane, Jan 24 2003
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 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)