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.

A063130 Dimension of the space of weight 2n cusp forms for Gamma_0( 62 ).

Original entry on oeis.org

7, 22, 38, 54, 70, 86, 102, 118, 134, 150, 166, 182, 198, 214, 230, 246, 262, 278, 294, 310, 326, 342, 358, 374, 390, 406, 422, 438, 454, 470, 486, 502, 518, 534, 550, 566, 582, 598, 614, 630, 646, 662, 678, 694, 710, 726, 742, 758, 774, 790
Offset: 1

Views

Author

N. J. A. Sloane, Jul 08 2001

Keywords

Comments

Number of 4 X n binary matrices avoiding simultaneously the right angled numbered polyomino patterns (ranpp) (00;1), (01,1) and (11;0). 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 i11 and n>1. - Sergey Kitaev, Nov 12 2004

Formula

Conjectures from Colin Barker, Jun 13 2016: (Start)
a(n) = 2*(8*n-5) for n>1.
a(n) = 2*a(n-1)-a(n-2) for n>3.
G.f.: x*(1+x)*(7+x) / (1-x)^2.
(End)