A209199
G.f. satisfies: A(x) = 1 + x*A(x)*A(-x) + x^2*A(x)/A(-x).
Original entry on oeis.org
1, 1, 1, 3, 2, 5, 10, 21, 30, 76, 114, 257, 448, 1052, 1706, 4093, 6928, 16284, 28266, 67580, 116288, 278582, 488152, 1168105, 2060388, 4959066, 8772450, 21133812, 37675236, 90901086, 162659624, 393382077, 706479172, 1710430178, 3084264618, 7477512244, 13522121028
Offset: 0
G.f.: A(x) = 1 + x + x^2 + 3*x^3 + 2*x^4 + 5*x^5 + 10*x^6 + 21*x^7 +...
Related series:
A(x)*A(-x) = 1 + x^2 - x^4 + 5*x^6 + 12*x^8 + 25*x^10 + 164*x^12 +...
A(x)/A(-x) = 1 + 2*x + 2*x^2 + 6*x^3 + 10*x^4 + 16*x^5 + 30*x^6 +...
-
{a(n)=local(A=1+x);for(i=1,n,A=1+x*A*subst(A,x,-x)+x^2*A/subst(A,x,-x+x*O(x^n)));polcoeff(A,n)}
for(n=0,40,print1(a(n),", "))
A233895
G.f. satisfies: A(x) = 1 + x*A(x)*A(-x) + x^2*(A(x)^2 + A(-x)^2).
Original entry on oeis.org
1, 1, 2, 3, 10, 18, 60, 115, 410, 822, 2996, 6174, 22980, 48324, 182328, 389187, 1484410, 3205710, 12329988, 26876586, 104080812, 228606012, 890262984, 1967830254, 7699472676, 17110322908, 67215426440, 150058534620, 591517612616, 1325828841480, 5241992235888
Offset: 0
G.f.: A(x) = 1 + x + 2*x^2 + 3*x^3 + 10*x^4 + 18*x^5 + 60*x^6 + 115*x^7 +...
Related series:
A(x)^2 = 1 + 2*x + 5*x^2 + 10*x^3 + 30*x^4 + 68*x^5 + 205*x^6 + 482*x^7 +...
A(x)*A(-x) = 1 + 3*x^2 + 18*x^4 + 115*x^6 + 822*x^8 + 6174*x^10 +...
A(x)^2+A(-x)^2 = 2 + 10*x^2 + 60*x^4 + 410*x^6 + 2996*x^8 + 22980*x^10 +...
-
{a(n)=local(A=1+x); for(i=1, n, A=1+x*A*subst(A, x, -x)+x^2*(A^2+subst(A^2, x, -x+x*O(x^n))) ); polcoeff(A, n)}
for(n=0, 60, print1(a(n), ", "))
A233896
G.f. satisfies: A(x) = 1 + x*A(x)^2*A(-x)^2 + x^2*(A(x)^2 + A(-x)^2).
Original entry on oeis.org
1, 1, 2, 6, 10, 33, 72, 236, 572, 1964, 4800, 16910, 42354, 150670, 386992, 1390176, 3622696, 13128940, 34580568, 126131776, 335409928, 1229708169, 3295834080, 12137093684, 32738710652, 121016095812, 328220839472, 1217132137132, 3316783066620, 12333770952588
Offset: 0
G.f.: A(x) = 1 + x + 2*x^2 + 6*x^3 + 10*x^4 + 33*x^5 + 72*x^6 + 236*x^7 +...
Related series:
A(x)^2 = 1 + 2*x + 5*x^2 + 16*x^3 + 36*x^4 + 110*x^5 + 286*x^6 + 868*x^7 +...
A(x)*A(-x) = 1 + 3*x^2 + 12*x^4 + 82*x^6 + 664*x^8 + 5479*x^10 + 47568*x^12 +...
A(x)^2*A(-x)^2 = 1 + 6*x^2 + 33*x^4 + 236*x^6 + 1964*x^8 + 16910*x^10 +...
A(x)^2+A(-x)^2 = 2 + 10*x^2 + 72*x^4 + 572*x^6 + 4800*x^8 + 42354*x^10 +...
-
{a(n)=local(A=1+x); for(i=1, n, A=1+x*A^2*subst(A^2, x, -x)+x^2*(A^2+subst(A^2, x, -x+x*O(x^n))) ); polcoeff(A, n)}
for(n=0, 30, print1(a(n), ", "))
A208888
G.f. satisfies: A(x) = 1 + x*(A(x) + A(-x)) + x^2*A(x)*A(-x).
Original entry on oeis.org
1, 2, 1, 2, -2, -4, -11, -22, -14, -28, 58, 116, 316, 632, 397, 794, -2198, -4396, -11954, -23908, -14684, -29368, 95170, 190340, 517492, 1034984, 623764, 1247528, -4462472, -8924944, -24270275, -48540550, -28820966, -57641932, 220608454, 441216908, 1200216340
Offset: 0
G.f.: A(x) = 1 + 2*x + x^2 + 2*x^3 - 2*x^4 - 4*x^5 - 11*x^6 - 22*x^7 +...
Related series:
A(x)+A(-x) = 2 + 2*x^2 - 4*x^4 - 22*x^6 - 28*x^8 + 116*x^10 + 632*x^12 +...
A(x)*A(-x) = 1 - 2*x^2 - 11*x^4 - 14*x^6 + 58*x^8 + 316*x^10 + 397*x^12 +...
-
A208888_list := proc(n) local j, a, w; a := array(0..n); a[0] := 1;
for w from 1 to n do a[w] := a[w-1] - add((-1)^j*a[j]*a[w-j-1], j=1..w-1) od;
convert(a, list); subsop(1=NULL,%); end: A208888_list(37); # Peter Luschny, Feb 29 2016
-
CoefficientList[Series[(1-Sqrt[1-4*x^2+16*x^4])/(2*x^2*(1-2*x)), {x, 0, 20}], x] (* Vaclav Kotesovec, Aug 19 2013 *)
-
{a(n)=local(A=1+x);for(i=1,n,A=1+x*(A+subst(A,x,-x+x*O(x^n)))+x^2*A*subst(A,x,-x+x*O(x^n)));polcoeff(A,n)}
for(n=0,40,print1(a(n),", "))
Showing 1-4 of 4 results.