|
Search: id:A027826
|
|
|
| A027826 |
|
Inverse binomial transform of a_0 = 1, a_1, a_2, etc. is a_0, 0, a_1, 0, a_2, 0, etc. |
|
+0 2
|
|
| 1, 1, 2, 4, 9, 21, 50, 120, 290, 706, 1732, 4280, 10644, 26612, 66824, 168384, 425481, 1077529, 2733746, 6945812, 17669149, 44994345, 114682042, 292544200, 746831570, 1907983346, 4877966628, 12479883736, 31951158024
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
The self-convolution equals A051163. - Paul D. Hanna (pauldhanna(AT)juno.com), Nov 23 2004
|
|
LINKS
|
N. J. A. Sloane, Transforms
|
|
FORMULA
|
G.f. A(x) satisfies A(x^2)=A(x/(1+x))/(1+x) and A(x)=A(x^2/(1-x)^2)/(1-x).
|
|
PROGRAM
|
(PARI) a(n)=local(A, m); if(n<0, 0, m=1; A=1+O(x); while(m<=n, m*=2; A=subst(A, x, (x/(1-x))^2)/(1-x)); polcoeff(A, n))
|
|
CROSSREFS
|
Cf. A051163.
Sequence in context: A052921 A018905 A024537 this_sequence A091964 A092423 A091600
Adjacent sequences: A027823 A027824 A027825 this_sequence A027827 A027828 A027829
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Allan Wechsler (acw(AT)alum.mit.edu)
|
|
|
Search completed in 0.002 seconds
|