|
Search: id:A118189
|
|
|
| A118189 |
|
Column 0 of the matrix log of triangle A118185, after term in row n is multiplied by n: a(n) = n*[LOG(A118185)](n,0), where A118185(n,k) = (4^k)^(n-k). |
|
+0 2
|
|
| 0, 1, -2, 19, -764, 125701, -83499002, 222705979399, -2379643407695864, 101770765968904486921, -17414214749792087566712822, 11920352399707142353576549941259, -32640155138015817553201240150152052724, 357505372216293786145503061380504161718632461
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
The entire matrix log of triangle A118185 is determined by column 0 (this sequence): [LOG(A118185)](n,k) = a(n-k)/(n-k)*(4^k)^(n-k) for n>k>=0.
|
|
FORMULA
|
G.f.: x/(1-x)^2 = Sum_{n>=0} a(n)*x^n/(1-4^n*x). By using the inverse transformation: a(n) = Sum_{k=0..n} k*A118188(n-k)*(4^k)^(n-k) for n>=0. a(2^n) is divisible by 2^n.
|
|
EXAMPLE
|
Column 0 of LOG(A118185) = [0, 1, -2/2, 19/3, -764/4, 125701/5,...].
The g.f. is illustrated by:
x/(1-x)^2 = x + 2*x^2 + 3*x^3 + 4*x^4 + 5*x^5 + 6*x^6 +...
= x/(1-4*x) - 2*x^2/(1-16*x) + 19*x^3/(1-64*x) - 764*x^4/(1-256*x) + 125701*x^5/(1-1024*x) - 83499002*x^6/(1-4096*x) + 222705979399*x^7/(1-16384*x) +...
|
|
PROGRAM
|
(PARI) {a(n)=local(T=matrix(n+1, n+1, r, c, if(r>=c, (4^(c-1))^(r-c))), L=sum(m=1, #T, -(T^0-T)^m/m)); return(n*L[n+1, 1])}
|
|
CROSSREFS
|
Cf. A118185 (triangle), A118188.
Sequence in context: A120420 A015204 A086976 this_sequence A062623 A013047 A012951
Adjacent sequences: A118186 A118187 A118188 this_sequence A118190 A118191 A118192
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Apr 15 2006
|
|
|
Search completed in 0.002 seconds
|