Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A105631
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A105631 Row sums of triangle A105629, which is the matrix logarithm of triangle A105623. +0
2
0, 1, 5, 27, 195, 1833, 21125, 286451, 4453859, 78031153, 1520668645, 32631020011, 764640901539, 19431070911513, 532315915981605, 15640217893829891, 490640673319698179, 16368499360721508833, 578693283962999831365 (list; graph; listen)
OFFSET

0,3

COMMENT

A105623 equals the matrix square-root of triangle A105615.

PROGRAM

(PARI) {a(n)=local(L, 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); L=sum(i=1, #M, (-1)^(i-1)*(M-M^0)^i/i); return(if(n<0, 0, sum(k=0, n, L[n+1, k+1])/2))}

CROSSREFS

Cf. A105629, A105623, A105615.

Sequence in context: A091101 A023811 A126119 this_sequence A167019 A135627 A002401

Adjacent sequences: A105628 A105629 A105630 this_sequence A105632 A105633 A105634

KEYWORD

nonn

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research