login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117271 Column 0 of triangle A117270, which is the matrix log of triangle A117269. 3
0, 1, 2, 12, 134, 2100, 42302, 1041852, 30331814, 1019056260, 38805685262, 1651676734092, 77703508288694, 4003868870257620, 224255353667365022, 13565588100060643932, 881405810330856632774, 61218510507062012550180 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

E.g.f.: A(x) = log( (3-sqrt(5-4*exp(x)))/2 ).

PROG

(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, A117270.

Sequence in context: A179420 A080487 A077696 * A180353 A201561 A205886

Adjacent sequences:  A117268 A117269 A117270 * A117272 A117273 A117274

KEYWORD

nonn

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:28 EST 2012. Contains 206031 sequences.