Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096809
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research