Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110503
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110503 Triangle, read by rows, which shifts one column left under matrix inverse. +0
8
1, 1, 1, 1, -1, 1, 1, -2, 1, 1, 1, -1, 1, -1, 1, 1, -1, 1, -2, 1, 1, 1, -1, 1, -1, 1, -1, 1, 1, -1, 1, -1, 1, -2, 1, 1, 1, -1, 1, -1, 1, -1, 1, -1, 1, 1, -1, 1, -1, 1, -1, 1, -2, 1, 1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -2, 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,8

COMMENT

The unsigned columns of the matrix logarithm of this triangle are all equal to A110504.

FORMULA

T(n, k)=+1 when k=0(mod 2), T(n, k)=-1 when k=1(mod 2), except for T(k+2, k)=-2 when k=1(mod 2) and T(n, n)=1.

G.f. for column k of matrix power A110503^m (ignoring leading zeros): cos(m*acos(1-x^2/2)) + (-1)^k*sin(m*acos(1-x^2/2))*(1-x/2)/sqrt(1-x^2/4)*(1+x)/(1-x).

EXAMPLE

Triangle begins:

1;

1,1;

1,-1,1;

1,-2,1,1;

1,-1,1,-1,1;

1,-1,1,-2,1,1;

1,-1,1,-1,1,-1,1;

1,-1,1,-1,1,-2,1,1;

1,-1,1,-1,1,-1,1,-1,1;

1,-1,1,-1,1,-1,1,-2,1,1; ...

The matrix inverse drops the first column:

1;

-1,1;

-2,1,1;

-1,1,-1,1;

-1,1,-2,1,1;

-1,1,-1,1,-1,1; ...

The matrix logarithm equals:

0;

1/1!, 0;

3/2!, -1/1!, 0;

7/3!, -3/2!, 1/1!, 0;

30/4!, -7/3!, 3/2!, -1/1!, 0;

144/5!, -30/4!, 7/3!, -3/2!, 1/1!, 0;

876/6!, -144/5!, 30/4!, -7/3!, 3/2!, -1/1!, 0; ...

unsigned columns of which all equal A110505.

PROGRAM

(PARI) {T(n, k)=matrix(n+1, n+1, r, c, if(r>=c, if(r==c|c%2==1, 1, if(r%2==0&r==c+2, -2, -1))))[n+1, k+1]}

CROSSREFS

Cf. A110504 (matrix log), A110505 (column 0 of log).

Cf. A111940 (variant).

Sequence in context: A086251 A092931 A147300 this_sequence A030556 A030575 A043284

Adjacent sequences: A110500 A110501 A110502 this_sequence A110504 A110505 A110506

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 23 2005

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 November 25 14:49 EST 2009. Contains 167514 sequences.


AT&T Labs Research