A173296 Numerators of the inverse binomial transform of the Leibniz series for Pi/4.
1, -4, 28, -96, 1328, -4672, 33472, -121856, 3597056, -13417472, 33655808, -127508480, 5829259264, -22308732928, 171393728512, -660468137984, 40831182635008, -22589996269568, 175323994652672, -681560447647744
Offset: 0
Links
- Wikipedia, Leibniz series
Programs
-
Maple
L := [seq((-1)^n/(2*n+1),n=0..20)] ; read("transforms") ; BINOMIALi(L) ; apply(numer,%) ; # R. J. Mathar, Jul 06 2011
Extensions
a(3) replaced with reduced numerator and a(5) onwards added by R. J. Mathar, Jul 06 2011
Comments