login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A240445 Numbers of ways to place five indistinguishable points on an n X n square grid so that no four of them are vertices of a square of any orientation. 3

%I #19 Feb 09 2024 11:16:02

%S 96,4128,52080,373632,1898064,7604352,25580016,75208320,198651024,

%T 480768288,1081848768,2289041664,4594218720,8808178176,16223664672,

%U 28842649344,49686723072,83213333280,135864971088,216783321216,338725852080,519228378240,782063802000

%N Numbers of ways to place five indistinguishable points on an n X n square grid so that no four of them are vertices of a square of any orientation.

%C All elements of the sequence are multiples of 48.

%H Heinrich Ludwig, <a href="/A240445/b240445.txt">Table of n, a(n) for n = 3..1000</a>

%H <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).

%F a(n) = (n^10 - 10*n^8 + 25*n^6 - 16*n^2)/120.

%F G.f.: -48*x^3*(x+1)*(2*x^4+62*x^3+187*x^2+62*x+2) / (x-1)^11. - _Colin Barker_, May 09 2014

%p A240445:=n->(n^10 - 10*n^8 + 25*n^6 - 16*n^2)/120; seq(A240445(n), n=3..30); # _Wesley Ivan Hurt_, May 09 2014

%t Table[(n^10 - 10*n^8 + 25*n^6 - 16*n^2)/120, {n, 3, 30}] (* _Wesley Ivan Hurt_, May 09 2014 *)

%o (Magma) [(n^10 - 10*n^8 + 25*n^6 - 16*n^2)/120: n in [3..30]]; // _Wesley Ivan Hurt_, May 09 2014

%Y Cf. A240444, A240446.

%K nonn,easy

%O 3,1

%A _Heinrich Ludwig_, May 09 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)