cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A173296 Numerators of the inverse binomial transform of the Leibniz series for Pi/4.

Original entry on oeis.org

1, -4, 28, -96, 1328, -4672, 33472, -121856, 3597056, -13417472, 33655808, -127508480, 5829259264, -22308732928, 171393728512, -660468137984, 40831182635008, -22589996269568, 175323994652672, -681560447647744
Offset: 0

Views

Author

Paul Curtz, Feb 15 2010

Keywords

Comments

The series terms for Pi/4 are 1, -1/3, 1/5, -1/7, 1/9, -1/11, + ...
Its inverse binomial transform is 1, -4/3, 28/15, -96/35, 1328/315, -4672/693, + ...

Crossrefs

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