Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A104986
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A104986 Matrix logarithm of triangle A104980. +0
5
0, 1, 0, 2, 2, 0, 7, 4, 3, 0, 33, 14, 7, 4, 0, 191, 66, 27, 11, 5, 0, 1297, 382, 137, 48, 16, 6, 0, 10063, 2594, 843, 270, 79, 22, 7, 0, 87669, 20126, 6041, 1820, 495, 122, 29, 8, 0, 847015, 175338, 49219, 14176, 3679, 848, 179, 37, 9, 0, 8989301, 1694030, 448681 (list; table; graph; listen)
OFFSET

0,4

COMMENT

Column 0 equals column 1 of triangular matrix A104980, which satisfies: SHIFT_LEFT(column 0 of A104980^p) = p*(column p+1 of A104980) for p>=0. Column 1 equals twice column 0.

FORMULA

T(n, 0) = A104981(n), T(n+1, 1) = 2*T(n, 0) for n>=0.

EXAMPLE

Triangle begins:

0;

1,0;

2,2,0;

7,4,3,0;

33,14,7,4,0;

191,66,27,11,5,0;

1297,382,137,48,16,6,0;

10063,2594,843,270,79,22,7,0;

87669,20126,6041,1820,495,122,29,8,0;

847015,175338,49219,14176,3679,848,179,37,9,0;

8989301,1694030,448681,124828,31361,6930,1371,252,46,10,0; ...

PROGRAM

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

CROSSREFS

Cf. A104980, A104981 (column 0), A104987 (row sums).

Sequence in context: A140333 A135006 A086118 this_sequence A060007 A021457 A137456

Adjacent sequences: A104983 A104984 A104985 this_sequence A104987 A104988 A104989

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 10 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research