Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A105620
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A105620 Matrix inverse square-root of triangle A105615. +0
6
1, -1, 1, -2, -2, 1, -10, -4, -3, 1, -74, -20, -7, -4, 1, -706, -148, -39, -11, -5, 1, -8162, -1412, -315, -70, -16, -6, 1, -110410, -16324, -3243, -635, -116, -22, -7, 1, -1708394, -220820, -40167, -7264, -1183, -180, -29, -8, 1, -29752066, -3416788, -579159, -99191, -15065, -2049, -265, -37, -9, 1 (list; table; graph; listen)
OFFSET

0,4

COMMENT

Column 0 is negative A000698 (related to double factorials). Column 1 equals twice column 0 after the initial term.

EXAMPLE

Triangle begins:

1;

-1,1;

-2,-2,1;

-10,-4,-3,1;

-74,-20,-7,-4,1;

-706,-148,-39,-11,-5,1;

-8162,-1412,-315,-70,-16,-6,1;

-110410,-16324,-3243,-635,-116,-22,-7,1;

-1708394,-220820,-40167,-7264,-1183,-180,-29,-8,1;

-29752066,-3416788,-579159,-99191,-15065,-2049,-265,-37,-9,1; ...

PROGRAM

(PARI) {T(n, k)=local(R, M=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)))))); R=(M+M^0)/2; for(i=1, floor(2*log(n+2)), R=(R+M*R^(-1))/2); return(if(n<k|k<0, 0, R[n+1, k+1]))}

CROSSREFS

Cf. A105615, A105619 (matrix square), A105623 (matrix inverse), A000698 (column 0), A105621 (column 2), A105622 (row sums).

Sequence in context: A128463 A136730 A134896 this_sequence A088876 A014846 A100942

Adjacent sequences: A105617 A105618 A105619 this_sequence A105621 A105622 A105623

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 December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research