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.

A099945 Number of 4 X n binary matrices avoiding simultaneously the right angled numbered polyomino patterns (ranpp) (00;1) and (11;0).

Original entry on oeis.org

188, 404, 836, 1700, 3428, 6884, 13796, 27620, 55268, 110564, 221156, 442340, 884708, 1769444, 3538916, 7077860, 14155748, 28311524, 56623076, 113246180, 226492388, 452984804, 905969636, 1811939300, 3623878628, 7247757284
Offset: 3

Views

Author

Sergey Kitaev, Nov 12 2004

Keywords

Comments

An occurrence of a ranpp (xy;z) in a matrix A=(a(i,j)) is a triple (a(i1,j1), a(i1,j2), a(i2,j1)) where i10 and n>2; for n=2 the number is (m+1)*2^m.

Crossrefs

Cf. A000105.

Programs

  • PARI
    vector(50, n, i=n+2; 27*2^i-28) \\ Michel Marcus, Dec 01 2014

Formula

a(n) = 27*2^n-28.