login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156734 Square array read by antidiagonals up. T(n,k) = if k divides n then +1 else -1. 2
1, 1, -1, 1, 1, -1, 1, -1, -1, -1, 1, 1, 1, -1, -1, 1, -1, -1, -1, -1, -1, 1, 1, -1, 1, -1, -1, -1, 1, -1, 1, -1, -1, -1, -1, -1, 1, 1, -1, -1, 1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 1, 1, 1, -1, 1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Swap the element in the lower right corner with the element in the upper right corner and calculate the determinant. The result is sequence A127511.

FORMULA

T(n,k) = if k divides n then +1 else -1.

EXAMPLE

Table begins:

1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1

1..1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1

1.-1..1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1

1..1.-1..1.-1.-1.-1.-1.-1.-1.-1.-1.-1

1.-1.-1.-1..1.-1.-1.-1.-1.-1.-1.-1.-1

1..1..1.-1.-1..1.-1.-1.-1.-1.-1.-1.-1

1.-1.-1.-1.-1.-1..1.-1.-1.-1.-1.-1.-1

1..1.-1..1.-1.-1.-1..1.-1.-1.-1.-1.-1

1.-1..1.-1.-1.-1.-1.-1..1.-1.-1.-1.-1

1..1.-1.-1..1.-1.-1.-1.-1..1.-1.-1.-1

1.-1.-1.-1.-1.-1.-1.-1.-1.-1..1.-1.-1

1..1..1..1.-1..1.-1.-1.-1.-1.-1..1.-1

1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1..1

PROG

(Other) (Excel cell formula) =if(or(mod(row(); column())=0); 1; -1)

CROSSREFS

Cf. A127511.

Sequence in context: A057077 A070748 A154990 * A010555 A108784 A020985

Adjacent sequences:  A156731 A156732 A156733 * A156735 A156736 A156737

KEYWORD

sign,tabl

AUTHOR

Mats Granvik (mats.granvik(AT)abo.fi), Feb 14 2009

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 16 01:56 EST 2012. Contains 205860 sequences.