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.

A162674 Number of different fixed (possibly) disconnected tetrominoes bounded (not necessarily tightly) by an n X n square.

Original entry on oeis.org

0, 1, 97, 956, 4780, 16745, 46921, 112672, 241536, 474585, 870265, 1508716, 2496572, 3972241, 6111665, 9134560, 13311136, 18969297, 26502321, 36377020, 49142380, 65438681, 86007097, 111699776, 143490400, 182485225, 229934601
Offset: 1

Views

Author

David Bevan, Jul 27 2009

Keywords

Comments

Fixed quasi-tetrominoes.

Examples

			a(2)=1: the (connected) square tetromino.
		

Crossrefs

Cf. A162673, A162675, A162676, A162677, A094171 (free quasi-tetrominoes).

Formula

a(n) = n*(n-1)*(8*n^4-16*n^3-9*n^2+17*n+8)/12.
G.f.: x^2*(1+90*x+298*x^2+90*x^3+x^4)/(1-x)^7. [Colin Barker, Apr 25 2012]