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.

A167858 A000004 preceded by 3, 14, 36, 36, 12.

Original entry on oeis.org

3, 14, 36, 36, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Klaus Brockhaus, Nov 13 2009

Keywords

Comments

Inverse binomial transform of A166941/2.

Crossrefs

Cf. A000004 (zero sequence), A166941 (product plus sum of four consecutive nonnegative numbers), A166926 (1, 2, 4, 0, 0, 0, 0, ...), A130706 (1, 2, 0, 0, 0, 0, ...), A130779 (1, 1, 2, 0, 0, 0, 0, ...).

Programs

  • PARI
    {concat([3, 14, 36, 36, 12], vector(98))}

Formula

a(0) = 3, a(1) = 14, a(2) = 36, a(3) = 36, a(4) = 12, a(n) = 0 for n > 4.
G.f.: 3+14*x+36*x^2+36*x^3+12*x^4.