|
Search: id:A096809
|
|
|
| A096809 |
|
Square table of signs, read by antidiagonals, where T(n,k)=(-1)^A096810(n,k); related to products of hypercomplex units. |
|
+0 3
|
|
| 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
(list; table; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
FORMULA
|
See A096810 for definition.
|
|
EXAMPLE
|
The signs of the units in the table begin:
+ + + + + + + + + + + + + + + +
+ - + - + - + - + - + - + - + -
+ - - + + - - + + - - + + - - +
+ + - - + + - - + + - - + + - -
+ - - - - + + + + - - - - + + +
+ + + - - - + - + + + - - - + -
+ - + + - - - + + - + + - - - +
+ + - + - + - - + + - + - + - -
+ - - - - - - - - + + + + + + +
+ + + - + - + - - - + - + - + -
+ - + + + - - + - - - + + - - +
+ + - + + + - - - + - - + + - -
+ - - - + + + + - - - - - + + +
+ + + - - + + - - + + - - - + -
+ - + + - - + + - - + + - - - +
+ + - + - + - + - + - + - + - -
|
|
PROGRAM
|
(PARI) {T(n, k)=local(mx, D=6); if(n<0|k<0, 0, mx=matrix(2^D, 2^D); mx[2, 1]=2; mx[2, 2]=1; for(i=1, D-1, for(r=1, 2^i, for(c=1, 2^i, mx[r, c+2^i]=mx[r, c]; mx[r+2^i, c]=mx[r, c]; mx[r+2^i, c+2^i]=mx[r, c]); mx[1+2^i, r]+=1; mx[r+2^i, r]+=1; mx[r+2^i, 1+2^i]+=1; )); (-1)^mx[n+1, k+1])}
|
|
CROSSREFS
|
Cf. A096810.
Adjacent sequences: A096806 A096807 A096808 this_sequence A096810 A096811 A096812
Sequence in context: A143431 A065357 A071935 this_sequence A110515 A071936 A084904
|
|
KEYWORD
|
sign,tabl
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Jul 21 2004
|
|
|
Search completed in 0.002 seconds
|