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!)
A144778 Square array T(n,k) read by antidiagonals upwards. Mobius function interleaved with k-1 zeros in each column. Every second value in the first row is either 1 or -1. Redheffer type matrix. 0
1, -1, -1, -1, 1, 1, 0, 0, 0, -1, -1, -1, 1, 0, 1, 1, 0, 0, 0, 0, -1, -1, -1, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, -1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The determinant of this matrix appears to be A059841.
LINKS
FORMULA
T(n,k) = if(n==1 then if(k mod 2==0 then -1 else 1) else if(n mod k == 0 then A008683(n/k) else 0)).
EXAMPLE
Table begins:
.1.-1..1.-1..1.-1..1
-1..1..0..0..0..0..0
-1..0..1..0..0..0..0
.0.-1..0..1..0..0..0
-1..0..0..0..1..0..0
.1.-1.-1..0..0..1..0
-1..0..0..0..0..0..1
CROSSREFS
Sequence in context: A204441 A127244 A127247 * A143142 A174856 A175608
KEYWORD
sign,tabl
AUTHOR
Mats Granvik, Sep 21 2008
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 July 20 19:23 EDT 2024. Contains 374459 sequences. (Running on oeis4.)