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!)
A172322 Number of graphs with nonzero edge sets on an n X n square grid for n=(1,2,3,...). 0

%I #12 Aug 10 2015 00:30:37

%S 0,15,4095,16777215,1099511627775,1152921504606846975,

%T 19342813113834066795298815,5192296858534827628530496329220095,

%U 22300745198530623141535718272648361505980415

%N Number of graphs with nonzero edge sets on an n X n square grid for n=(1,2,3,...).

%C The formula given simplifies to 2^(2*n*(n-1))-1. - _Alexander M Kerr_, Feb 10 2012

%F a(n) = Sum_{i=1..2*(n^2-n)} binomial(2*(n^2-n),i), n >= 1.

%e For n=1, a(1)=0 since a minimum of a 2 X 2 grid is required to have edges.

%t Total[Table[Binomial[2(n^2-n), i], {i, 2(n^2-n)}]]

%K nonn

%O 1,2

%A _Alexander M Kerr_, Jan 31 2010

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 July 24 02:09 EDT 2024. Contains 374575 sequences. (Running on oeis4.)