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!)
A291821 Central terms of triangle A291820. 3

%I #5 Sep 01 2017 17:17:19

%S 1,2,38,1245,55566,3062271,197983540,14567100211,1196032764639,

%T 108105913233804,10651377348228706,1135394214204504346,

%U 130161542660895451934,15969338705916554563833,2088140238440781625249392,289961586742613652475061397,42623636996226195002733858964,6613842247421357561153219091827,1080515428870235624428208631160409,185421585676394321869412169323524031

%N Central terms of triangle A291820.

%C The g.f. F(x,y) of A291820 satisfies: F(x - x*y*F(x,y), y) = x + x*(1-y)*F(x,y).

%H Paul D. Hanna, <a href="/A291821/b291821.txt">Table of n, a(n) for n = 1..50</a>

%F a(n) = A291820(2*n-1, n-1) for n>=1.

%o (PARI) /* As central terms of triangle A291820 */

%o {A291820(n, k) = my(A=x); for(i=1, n, A = x + subst(x*A, x, y*A + (1-y)*x +x*O(x^n)) ); polcoeff(polcoeff(A, n, x), k, y)}

%o for(n=1, 20, print1(A291820(2*n-1, n-1), ", "));

%Y Cf. A291820.

%K nonn

%O 1,2

%A _Paul D. Hanna_, Sep 01 2017

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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)