Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A105619
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A105619 Matrix inverse of triangle A105615. +0
3
1, -2, 1, -2, -4, 1, -10, -2, -6, 1, -74, -10, -2, -8, 1, -706, -74, -10, -2, -10, 1, -8162, -706, -74, -10, -2, -12, 1, -110410, -8162, -706, -74, -10, -2, -14, 1, -1708394, -110410, -8162, -706, -74, -10, -2, -16, 1, -29752066, -1708394, -110410, -8162, -706, -74, -10, -2, -18, 1 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Except for the initial few terms, all columns are equal to negative A000698 (related to double factorials).

EXAMPLE

Triangle begins:

1;

-2,1;

-2,-4,1;

-10,-2,-6,1;

-74,-10,-2,-8,1;

-706,-74,-10,-2,-10,1;

-8162,-706,-74,-10,-2,-12,1;

-110410,-8162,-706,-74,-10,-2,-14,1;

-1708394,-110410,-8162,-706,-74,-10,-2,-16,1; ...

PROGRAM

(PARI) {T(n, k)=if(n<k|k<0, 0, matrix(n+1, n+1, m, j, if(m>=j, if(m==j, 1, if(m==j+1, -2*j, polcoeff(1/sum(i=0, m-j, (2*i)!/i!/2^i*x^i)+O(x^m), m-j)))))[n+1, k+1])}

CROSSREFS

Cf. A105615, A000698, A105620 (matrix square-root).

Sequence in context: A157751 A119765 A077901 this_sequence A121439 A009205 A086754

Adjacent sequences: A105616 A105617 A105618 this_sequence A105620 A105621 A105622

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 16 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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research