Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A185968 a(n) = n^2*2^(n^2-1). 2
0, 1, 32, 2304, 524288, 419430400, 1236950581248, 13792273858822144, 590295810358705651712, 97922991388784963151200256, 63382530011411470074835160268800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) is the number of elements (ordered pairs) in all binary relations on {1,2,...,n}.
Equivalently a(n) is the number of 1's in all n X n {0,1} matrices.
LINKS
MATHEMATICA
Table[n^2 *2^(n^2-1), {n, 0, 10}]
PROG
(PARI) for(n=0, 25, print1(n^2 *2^(n^2-1), ", ")) \\ G. C. Greubel, Jul 23 2017
CROSSREFS
Cf. A175716.
Sequence in context: A180954 A220730 A254458 * A247999 A222742 A077143
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Feb 07 2011
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 September 11 10:08 EDT 2024. Contains 375827 sequences. (Running on oeis4.)