Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111559
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111559 Matrix inverse of triangle A111553. +0
3
1, -1, 1, -4, -2, 1, -24, -4, -3, 1, -184, -24, -4, -4, 1, -1664, -184, -24, -4, -5, 1, -17024, -1664, -184, -24, -4, -6, 1, -192384, -17024, -1664, -184, -24, -4, -7, 1, -2366144, -192384, -17024, -1664, -184, -24, -4, -8, 1, -31362304, -2366144, -192384, -17024, -1664, -184, -24, -4, -9, 1 (list; table; graph; listen)
OFFSET

0,4

COMMENT

After initial terms, all columns are equal to -A111556.

FORMULA

T(n, n)=1 and T(n+1, n)=-n-1, else T(n+k+1, k) = -A111556(k) for k>=1.

EXAMPLE

Triangle begins:

1;

-1,1;

-4,-2,1;

-24,-4,-3,1;

-184,-24,-4,-4,1;

-1664,-184,-24,-4,-5,1;

-17024,-1664,-184,-24,-4,-6,1;

-192384,-17024,-1664,-184,-24,-4,-7,1; ...

PROGRAM

(PARI) {T(n, k)=if(n<k|k<0, 0, if(n==k, 1, if(n==k+1, -n, -(n-k-1)*polcoeff(log(sum(i=0, n-k, (i+3)!/3!*x^i)), n-k-1))))}

CROSSREFS

Cf. A111553, A111556, A104984, A111540, A111548.

Sequence in context: A109244 A039948 A111536 this_sequence A105623 A138271 A136212

Adjacent sequences: A111556 A111557 A111558 this_sequence A111560 A111561 A111562

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 07 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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research