A066397 Reversion of 1 / sqrt(1 - 4*x) (the o.g.f. for the central binomial coefficients A000984) as if it were an e.g.f.
1, -2, 6, -20, 50, 168, -4732, 54024, -356670, -1558040, 106069172, -2197188864, 26605890220, 22266781600, -12120090377400, 402165029201744, -7732409047854318, 38209542402620232, 4126723132306766900, -211906442415502467360, 5955735723962955009156
Offset: 0
Keywords
Links
- N. J. A. Sloane, Transforms
- Index entries for reversions of series
Crossrefs
Cf. A000984.
Programs
-
Maple
read transforms; t1 := 1 / sqrt(1 - 4*x); t2 := series(t1,x,50); t2 := seriestolist(%); REVEGF(%); # corrected by Sean A. Irvine, Oct 12 2023
Extensions
Name corrected by Sean A. Irvine, Oct 12 2023