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.

A110810 Binomial transform of A000796.

Original entry on oeis.org

3, 4, 9, 19, 40, 92, 220, 513, 1142, 2436, 5031, 10164, 20272, 40258, 80230, 161458, 329211, 679921, 1417373, 2966192, 6195952, 12855389, 26402016, 53574712, 107369761, 212694661, 417192840, 812167806, 1573409607, 3041468738
Offset: 0

Views

Author

Paul Curtz, Jun 13 2007

Keywords

Programs

  • Magma
    m:=32; R:=RealField(m); a:=Intseq(Round(Pi(R)*10^m), 10); Reverse(~a); [ &+[ Binomial(i-1, k-1)*a[k]: k in [1..i] ]: i in [1..m] ]; /* Klaus Brockhaus, Jun 15 2007 */

Extensions

Edited by N. J. A. Sloane, Jun 15 2007
More terms from Klaus Brockhaus, Jun 15 2007