|
Search: id:A085139
|
|
|
| A085139 |
|
a(0)=1, for n>0: a(n)=(1/2) Sum( Sum( a(j)a(i-j), (j=0..i)) (1+(-1)^(n+1+i)), (i=0..n)). |
|
+0 1
|
|
| 1, 1, 2, 6, 18, 58, 194, 670, 2370, 8546, 31298, 116102, 435346, 1647418, 6283394, 24130174, 93226242, 362098050, 1413098370, 5538138182, 21788069266, 86016385274, 340655956802, 1353023683486, 5388230857538, 21510345134178
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
FORMULA
|
G.f.: A(x)=(1/(2x))(1 - x^2 - Sqrt[(1 - x^2)^2 - 4x(1 - x^2)])
G.f.: c(x/(1-x^2)) where c(x) is the g.f. of A000108. - Paul Barry (pbarry(AT)wit.ie), Apr 12 2005
|
|
MATHEMATICA
|
a[n_] := a[n] = (1/2)Sum[Sum[a[j]a[i -j], {j, 0, i}](1 + (-1)^(n+1+i)), {i, 0, n}]; a[0] = 1; Table[a[n], {n, 0, 10}]
|
|
CROSSREFS
|
Sequence in context: A125305 A081057 A000137 this_sequence A036675 A121320 A002527
Adjacent sequences: A085136 A085137 A085138 this_sequence A085140 A085141 A085142
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Mario Catalani (mario.catalani(AT)unito.it), Jun 20 2003
|
|
|
Search completed in 0.002 seconds
|