Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111540
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111540 Matrix inverse of triangle A111536. +0
4
1, -1, 1, -2, -2, 1, -8, -2, -3, 1, -44, -8, -2, -4, 1, -296, -44, -8, -2, -5, 1, -2312, -296, -44, -8, -2, -6, 1, -20384, -2312, -296, -44, -8, -2, -7, 1, -199376, -20384, -2312, -296, -44, -8, -2, -8, 1, -2138336, -199376, -20384, -2312, -296, -44, -8, -2, -9, 1, -24936416, -2138336, -199376, -20384, -2312, -296 (list; table; graph; listen)
OFFSET

0,4

COMMENT

The column sequences are derived from the logarithm of a factorial series (cf. A111537).

FORMULA

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

EXAMPLE

Triangle begins:

1;

-1,1;

-2,-2,1;

-8,-2,-3,1;

-44,-8,-2,-4,1;

-296,-44,-8,-2,-5,1;

-2312,-296,-44,-8,-2,-6,1;

-20384,-2312,-296,-44,-8,-2,-7,1;

-199376,-20384,-2312,-296,-44,-8,-2,-8,1; ...

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

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, (i+1)!/1!*x^i)), n-k-1))))}

CROSSREFS

Cf. A111536, A111537.

Adjacent sequences: A111537 A111538 A111539 this_sequence A111541 A111542 A111543

Sequence in context: A021455 A136502 A100632 this_sequence A096440 A121350 A135080

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 06 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 October 5 16:50 EDT 2008. Contains 144613 sequences.


AT&T Labs Research