The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A158839 Column 3 of triangle A158835. 5
1, 4, 34, 412, 6325, 116372, 2483706, 60168736, 1628677692, 48672911296, 1590752204044, 56418074957840, 2157411204773415, 88464995576660084, 3871611011946560294, 180101399407072883012, 8873328068327122625596 (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+5))), M, N, P); M=matrix(n+5, n+5, r, c, F=x; for(i=1, r+c-2, F=subst(F, x, CAT)); polcoeff(F, c)); N=matrix(n+4, n+4, r, c, M[r, c]); P=matrix(n+4, n+4, r, c, M[r+1, c]); (P~*N~^-1)[n+4, 4]}
CROSSREFS
Sequence in context: A197065 A141007 A207570 * A236964 A145349 A309170
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 May 29 07:06 EDT 2024. Contains 372926 sequences. (Running on oeis4.)