|
Search: id:A084784
|
|
|
| A084784 |
|
Binomial transform = self-convolution: first column of the triangle (A084783). |
|
+0 9
|
|
| 1, 1, 2, 6, 25, 137, 944, 7884, 77514, 877002, 11218428, 160010244, 2516742498, 43260962754, 806650405800, 16213824084864, 349441656710217, 8037981040874313, 196539809431339642, 5090276002949080318
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
In the triangle (A084783), the diagonal (A084785) is the self-convolution of this sequence, and the row sums (A084786) gives the differences of the diagonal and this sequence.
|
|
FORMULA
|
G.f. satisfies A(n*x)^2 = n-th binomial transform of A(n*x).
G.f. A(x) satisfies 1+x = A(x/(1+x))^2/A(x). - Michael Somos Feb 16 2006
|
|
PROGRAM
|
(PARI) {a(n)=local(A); if(n<0, 0, A=1; for(k=1, n, A=truncate(A+O(x^k))+x*O(x^k); A+=A-1/subst(A^-2, x, x/(1+x))/(1+x); ); polcoeff(A, n))} /* Michael Somos Feb 18 2006 */
|
|
CROSSREFS
|
Cf. A084783, A084785, A084786.
Sequence in context: A102812 A020100 A128230 this_sequence A135881 A007815 A109286
Adjacent sequences: A084781 A084782 A084783 this_sequence A084785 A084786 A084787
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Jun 13 2003
|
|
|
Search completed in 0.002 seconds
|