|
Search: id:A137265
|
|
|
| A137265 |
|
G.f. y(x) is solution of x y^3 - (1 + x^2) y + 1 = 0 with y(0) = 1. |
|
+0 1
|
|
| 1, 1, 2, 8, 35, 163, 796, 4024, 20885, 110654, 596064, 3254752, 17974893, 100227022, 563482140, 3190633232, 18179765509, 104158703503, 599698459613, 3467978715612, 20134256546896, 117313279477959, 685756774642494
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
FORMULA
|
a(0) = 1, a(1) = 1, a(n) = -a(n-2) + sum_{i=0}^{n-1} sum_{j=0}^{n-1-i} a(i) a(j) a(n-1-i-j)
|
|
EXAMPLE
|
a(3) = 8 because g(x) = 1 + x + 2 x^2 + 8 x^3 + O(x^4) satisfies
x g(x)^3 - (1 + x^2) g(x) + 1 = O(x^4)
|
|
MAPLE
|
f:= (x, y) -> x*y^3 - (1 + x^2)*y + 1; N:= (y, n) -> convert(normal(taylor(y-f(x, y)/D[2](f)(x, y), x=0, n)), polynom); Y:= 1; for j from 1 to 6 do Y:= N(Y, 2^j) end do; seq(coeftayl(Y, x=0, j), j=0..2^6-1);
|
|
CROSSREFS
|
Adjacent sequences: A137262 A137263 A137264 this_sequence A137266 A137267 A137268
Sequence in context: A037723 A037618 A082759 this_sequence A129580 A007034 A011791
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Robert B. Israel (israel(AT)math.ubc.ca), Mar 12 2008
|
|
|
Search completed in 0.002 seconds
|