login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158837 Column 1 of triangle A158835. 5
1, 2, 11, 94, 1072, 15212, 257777, 5074738, 113775490, 2861365660, 79763482974, 2440866020252, 81343355108428, 2932370770780016, 113695507437209845, 4717853729131352186, 208615291319607614600, 9792578421235713418464 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
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).
LINKS
PROG
(PARI) {a(n)=local(F=x, CAT=serreverse(x-x^2+x*O(x^(n+3))), M, N, P); M=matrix(n+3, n+3, r, c, F=x; for(i=1, r+c-2, F=subst(F, x, CAT)); polcoeff(F, c)); N=matrix(n+2, n+2, r, c, M[r, c]); P=matrix(n+2, n+2, r, c, M[r+1, c]); (P~*N~^-1)[n+2, 2]}
CROSSREFS
Sequence in context: A099697 A346185 A083069 * A236962 A292916 A290586
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 28 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 29 12:53 EDT 2024. Contains 375517 sequences. (Running on oeis4.)