Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A158840
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A158840 Row sums of triangle A158835. +0
6
1, 2, 7, 42, 374, 4391, 63637, 1095362, 21823226, 493898216, 12515588806, 351062669154, 10798972965266, 361471373319171, 13080119556342713, 508813238759275712, 21174032937728251318, 938646693399848483498 (list; graph; listen)
OFFSET

0,2

COMMENT

Triangle A158835 transforms diagonals in the array A158825 of coefficients of successive iterations of x*C(x) where C(x) is the Catalan function (A000108).

PROGRAM

(PARI) {a(n)=local(F=x, CAT=serreverse(x-x^2+x*O(x^(n+2))), M, N, P); M=matrix(n+2, n+2, r, c, F=x; for(i=1, r+c-2, F=subst(F, x, CAT)); polcoeff(F, c)); N=matrix(n+1, n+1, r, c, M[r, c]); P=matrix(n+1, n+1, r, c, M[r+1, c]); sum(k=0, n, (P~*N~^-1)[n+1, k+1])}

CROSSREFS

Cf. A158835, A158836, A158837, A158838, A158839.

Sequence in context: A159315 A109172 A131682 this_sequence A038052 A066383 A011802

Adjacent sequences: A158837 A158838 A158839 this_sequence A158841 A158842 A158843

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 28 2009

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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 13 16:35 EST 2010. Contains 173425 sequences.


AT&T Labs Research