Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110504
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110504 Triangle, read by rows, which equals the matrix logarithm of the triangle A110503. +0
11
0, 1, 0, 3, -1, 0, 7, -3, 1, 0, 30, -7, 3, -1, 0, 144, -30, 7, -3, 1, 0, 876, -144, 30, -7, 3, -1, 0, 6084, -876, 144, -30, 7, -3, 1, 0, 48816, -6084, 876, -144, 30, -7, 3, -1, 0, 438624, -48816, 6084, -876, 144, -30, 7, -3, 1, 0, 4389120, -438624, 48816, -6084, 876, -144, 30, -7, 3, -1, 0 (list; table; graph; listen)
OFFSET

0,4

COMMENT

The unsigned columns this triangle are all equal to A110505. Triangle A110503 shifts one column left under matrix inverse.

FORMULA

T(n, k) = (-1)^k*A110505(n-k).

EXAMPLE

Triangle begins:

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;

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

Unsigned columns all equal A110505.

Exponential function of matrix equals A110503:

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; ...

PROGRAM

(PARI) {T(n, k)=local(M=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))))); sum(i=1, #M, -(M^0-M)^i/i)[n+1, k+1]}

CROSSREFS

Cf. A110503 (matrix exponential), A110505 (unsigned columns).

Sequence in context: A074678 A130888 A010601 this_sequence A111246 A143395 A090536

Adjacent sequences: A110501 A110502 A110503 this_sequence A110505 A110506 A110507

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 December 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research