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.

A274401 Number of balanced linear 4-partitions of the n X n grid.

Original entry on oeis.org

0, 1, 8, 3, 16, 7, 32, 13, 48, 19, 80, 29, 96, 41, 144, 49, 176, 65, 224, 83, 256, 95, 336, 117, 368, 137, 464, 155, 512, 183, 576, 213, 640, 233, 768, 257, 816, 293, 960, 317, 1024, 357, 1120, 399, 1200, 423, 1376, 469, 1440
Offset: 1

Views

Author

Max Alekseyev, Jun 20 2016

Keywords

Crossrefs

Programs

Formula

For odd n, a(n) = 8 * A002088((n-1)/2).
For even n, a(n) = A099957(n/2).