Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117270
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117270 Matrix log of triangle M = A117269, which satisfies: M - (M-I)^2 = C where C is Pascal's triangle. +0
3
0, 1, 0, 2, 2, 0, 12, 6, 3, 0, 134, 48, 12, 4, 0, 2100, 670, 120, 20, 5, 0, 42302, 12600, 2010, 240, 30, 6, 0, 1041852, 296114, 44100, 4690, 420, 42, 7, 0, 30331814, 8334816, 1184456, 117600, 9380, 672, 56, 8, 0, 1019056260, 272986326, 37506672, 3553368 (list; table; graph; listen)
OFFSET

0,4

COMMENT

E.g.f. of column 0 (A117271) is log( (3-sqrt(5-4*exp(x)))/2 ) and equals the log of the g.f. of column 0 of A117269.

FORMULA

T(n,k) = A117271(n-k)*C(n,k).

EXAMPLE

Triangle begins:

0;

1,0;

2,2,0;

12,6,3,0;

134,48,12,4,0;

2100,670,120,20,5,0;

42302,12600,2010,240,30,6,0;

1041852,296114,44100,4690,420,42,7,0; ...

PROGRAM

(PARI) {a(n)=local(C=matrix(n+1, n+1, r, c, if(r>=c, binomial(r-1, c-1))), M=C, L); for(i=1, n+1, M=(M-M^0)^2+C); L=sum(r=1, #M, -(M^0-M)^r/r); return(L[n+1, 1])}

CROSSREFS

Cf. A117269, A117271 (column 0).

Sequence in context: A117739 A111810 A019265 this_sequence A091466 A134085 A151339

Adjacent sequences: A117267 A117268 A117269 this_sequence A117271 A117272 A117273

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 05 2006

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 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research