Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A105623
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A105623 Matrix square-root of triangle A105615. +0
10
1, 1, 1, 4, 2, 1, 26, 10, 3, 1, 226, 74, 19, 4, 1, 2426, 706, 167, 31, 5, 1, 30826, 8162, 1831, 320, 46, 6, 1, 451586, 110410, 23843, 4021, 548, 64, 7, 1, 7489426, 1708394, 358339, 59024, 7801, 866, 85, 8, 1, 138722426, 29752066, 6097607, 987763, 127985 (list; table; graph; listen)
OFFSET

0,4

COMMENT

Column 0 equals A105616 (=column 1 of A105615) shift 1 place right. Column 1 is A000698 (related to double factorials) offset 1.

EXAMPLE

Triangle begins:

1;

1,1;

4,2,1;

26,10,3,1;

226,74,19,4,1;

2426,706,167,31,5,1;

30826,8162,1831,320,46,6,1;

451586,110410,23843,4021,548,64,7,1;

7489426,1708394,358339,59024,7801,866,85,8,1;

138722426,29752066,6097607,987763,127985,13801,1289,109,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)))))^-1); 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, A105616 (column 0), A000698 (column 1), A105620 (matrix inverse).

Sequence in context: A111536 A111559 A152406 this_sequence A158835 A138271 A136212

Adjacent sequences: A105620 A105621 A105622 this_sequence A105624 A105625 A105626

KEYWORD

nonn,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 3 22:15 EST 2009. Contains 170310 sequences.


AT&T Labs Research