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.

Showing 1-1 of 1 results.

A103771 Expansion of 1/(1-4x-4x^2-4x^3).

Original entry on oeis.org

1, 4, 20, 100, 496, 2464, 12240, 60800, 302016, 1500224, 7452160, 37017600, 183879936, 913398784, 4537185280, 22537856000, 111953760256, 556115206144, 2762427289600, 13721985024000, 68162110078976, 338586089570304
Offset: 0

Views

Author

Paul Barry, Feb 15 2005

Keywords

Comments

The sequence with g.f. 1/(1-r*x-r*x^2-r*x^3) has general term Sum_{k=0..n} T(n-k,k)r^(n-k).

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[1/(1 - 4 x - 4 x^2 - 4 x^3), {x, 0, 21}], x] (* Michael De Vlieger, May 07 2025 *)

Formula

a(n) = Sum_{k=0..n} T(n-k, k)4^(n-k), where T(n, k) = trinomial coefficients (A027907).
Showing 1-1 of 1 results.