login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Number of lines through exactly 10 points of an n X n grid of points.
3

%I #14 Nov 27 2017 03:19:47

%S 0,0,0,0,0,0,0,0,0,0,22,4,4,4,4,4,4,4,4,44,92,60,20,20,20,20,20,20,

%T 136,268,416,324,216,92,92,92,92,244,412,596,796,676,540,388,220,220,

%U 596,1004,1444,1916,2420,2124,1796,1436,1044,844,1084,1340,1612,1900,2204

%N Number of lines through exactly 10 points of an n X n grid of points.

%H Seiichi Manyama, <a href="/A018817/b018817.txt">Table of n, a(n) for n = 0..1000</a>

%H S. Mustonen, <a href="http://www.survo.fi/papers/PointsInGrid.pdf">On lines and their intersection points in a rectangular grid of points</a>

%K nonn

%O 0,11

%A _David W. Wilson_