|
Search: id:A138734
|
|
|
| A138734 |
|
a(n) = n-th term of the (n+1)-th inverse binomial transform of A138737 for n>=0. |
|
+0 2
|
|
| 1, 0, 4, 0, 176, 0, 24192, 0, 6966528, 0, 3459768320, 0, 2642804895744, 0, 2880385956446208, 0, 4248075487709560832, 0, 8150896954121845211136, 0, 19738484719911211593891840, 0, 58891248341123034677673721856, 0
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
The n-th term of the n-th inverse binomial transform of A138737 = (n+1)^(n-1) for n>=0.
|
|
FORMULA
|
a(2n+1) = 0 for n>=0.
|
|
PROGRAM
|
(PARI) {a(n)=local(A=[1]); for(k=1, n, A=concat(A, 0); A[k+1]=(k+1)^(k-1)-polcoeff(subst(Ser(A), x, x/(1+k*x+x*O(x^k)))/(1+k*x), k)); polcoeff(subst(Ser(A), x, x/(1+(n+1)*x+x*O(x^n)))/(1+(n+1)*x), n)}
|
|
CROSSREFS
|
Cf. A138737.
Sequence in context: A013037 A129814 A129825 this_sequence A119010 A099841 A013452
Adjacent sequences: A138731 A138732 A138733 this_sequence A138735 A138736 A138737
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Apr 05 2008
|
|
|
Search completed in 0.002 seconds
|