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.

A112502 Third column of triangle A112500.

Original entry on oeis.org

1, 10, 60, 282, 1149, 4272, 14932, 49996, 162369, 515886, 1613316, 4987542, 15290461, 46592452, 141350412, 427459320, 1289718225, 3884883570, 11688205420, 35135919730, 105558754461, 316995030840, 951656181540
Offset: 0

Views

Author

Wolfdieter Lang, Oct 14 2005

Keywords

Comments

For a combinatorial formula see A112500, case k=3.

Crossrefs

Cf. A000295 (second column).

Formula

G.f.: 1/product((1-j*x)^(4-j), j=1..3) = 1/(((1-x)^3)*((1-2*x)^2)*(1-3*x)).
a(n) = - 81/8 - (11/4)*(n+1) - (1/2)*binomial(n+2, 2) - 16*(n+1)*2^n + (243/8)*3^n, n>=0 (from partial fractions for g.f.).