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!)
A277298 Central terms of triangle A277295 in odd-indexed rows; a(n) = A277295(2*n-1,n-1). 4

%I #7 Oct 11 2016 18:41:15

%S 1,2,76,5404,535410,66031704,9583782716,1584902128648,292586323812088,

%T 59462699504146980,13171171610678351360,3155802303880338506184,

%U 813045290972961285049576,224143228528852050484555760,65850557807967931843625040120,20543425063284611418233827507248,6784261706348459523065200262509390

%N Central terms of triangle A277295 in odd-indexed rows; a(n) = A277295(2*n-1,n-1).

%C G.f. G(x,y) of triangle A277295 satisfies:

%C (1) G(x,y) = x + G( y*G(x,y) + (1-y)*x, y)^2.

%C (2) G( x - y*G(x,y)^2, y) = x + (1-y)*G(x,y)^2.

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

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

%Y Cf. A277295, A277296, A277297, A277299.

%K nonn

%O 1,2

%A _Paul D. Hanna_, Oct 11 2016

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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)