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.

A018811 Number of lines through exactly 4 points of an n X n grid of points.

Original entry on oeis.org

0, 0, 0, 0, 10, 4, 4, 20, 44, 36, 64, 124, 200, 236, 272, 308, 548, 692, 852, 1108, 1396, 1452, 1768, 2116, 2496, 2908, 3568, 4292, 5428, 5956, 6500, 7444, 8452, 8980, 10208, 11516, 13348, 14700, 16116, 17596, 20124, 22476, 24956, 28092, 31404, 33052, 36032
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A119437.

Formula

a(n) = 1/2 (f(n, 5) - 2 f(n, 4) + f(n, 3)) where f(n, k) = Sum ((n - |kx|)(n - |ky|)); -nSeppo Mustonen, Apr 18 2009]