The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
0, 15, 4095, 16777215, 1099511627775, 1152921504606846975, 19342813113834066795298815, 5192296858534827628530496329220095, 22300745198530623141535718272648361505980415 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The formula given simplifies to 2^(2*n*(n-1))-1. - Alexander M Kerr, Feb 10 2012
LINKS
FORMULA
a(n) = Sum_{i=1..2*(n^2-n)} binomial(2*(n^2-n),i), n >= 1.
EXAMPLE
For n=1, a(1)=0 since a minimum of a 2 X 2 grid is required to have edges.
MATHEMATICA
Total[Table[Binomial[2(n^2-n), i], {i, 2(n^2-n)}]]
CROSSREFS
Sequence in context: A153832 A198524 A208463 * A139297 A211251 A208469
KEYWORD
nonn
AUTHOR
Alexander M Kerr, Jan 31 2010
STATUS
approved

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 June 8 00:08 EDT 2024. Contains 373206 sequences. (Running on oeis4.)