login
This site is supported by donations 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; internal format)
OFFSET

1,1

COMMENTS

The determinant of this matrix appears to be A059841.

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

Cf. A008683, A059841, A143142.

Sequence in context: A127507 A127247 A127244 * A143142 A174856 A175608

Adjacent sequences:  A144775 A144776 A144777 * A144779 A144780 A144781

KEYWORD

sign,tabl

AUTHOR

Mats O. Granvik (mgranvik(AT)abo.fi), Sep 21 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 22:36 EST 2012. Contains 205567 sequences.