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!)
A077050 Left Moebius transformation matrix, M, by antidiagonals. 4
1, -1, 0, -1, 1, 0, 0, 0, 0, 0, -1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If S=(s(1),s(2),...) is a sequence written as a column vector, then M*S is the Moebius transform of S; i.e. its n-th term is Sum{mu(k)*s(k): k|n}. If s(n)=n, then M*S(n)=phi(n), the Euler totient function, A000010. Row sums: 0 for n>=2.
LINKS
C. Kimberling, Matrix Transformations of Integer Sequences, J. Integer Seqs., Vol. 6, 2003.
FORMULA
M = T^(-1), where T is the left summatory matrix, A077049.
EXAMPLE
Northwest corner:
1 0 0 0 0 0
-1 1 0 0 0 0
-1 0 1 0 0 0
0 -1 0 1 0 0
-1 0 0 0 1 0
1 -1 -1 0 0 1
PROG
(PARI) nn=10; matrix(nn, nn, n, k, if (n % k, 0, 1))^(-1) \\ Michel Marcus, May 21 2015
CROSSREFS
Sequence in context: A260397 A137161 A329677 * A128432 A195198 A039966
KEYWORD
sign,tabl
AUTHOR
Clark Kimberling, Oct 22 2002
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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)