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.

A121294 a(m^2) = m^3; a(m^2+k) = m^3 + km, 0 <= k <= m; a(m(m+1)) = (m+1)m^2; a(m(m+1)+k) = (m+1)m^2 + k(2m+1), 0 <= k <= m+1; a((m+1)^2) = (m+1)^3.

Original entry on oeis.org

1, 2, 5, 8, 10, 12, 17, 22, 27, 30, 33, 36, 43, 50, 57, 64, 68, 72, 76, 80, 89, 98, 107, 116, 125
Offset: 1

Views

Author

Dan Dima, Aug 24 2006

Keywords

Comments

A lower bound on A121231(n), the maximal number of 1's in any (0,1)-matrix M such that M^2 is also a (0,1)-matrix.
For example, for m^2 x m^2 matrices one can obtain a(m^2) = m^3 using m^2 m x m matrices with one row of m of 1's and (m-1) rows of m of 0's.

Extensions

Edited by R. J. Mathar, Oct 01 2008