login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054919 Number of nonisomorphic connected unlabeled binary relations on n nodes. 1
2, 7, 86, 2818, 285382, 96324549, 112087100482, 458071928280897, 6665704296529088252, 349377209492194571020053, 66602723163954144515240479674, 46557323273646194397778583902876038 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..12.

V. A. Liskovets, Some easily derivable sequences, J. Integer Sequences, 3 (2000), #00.2.2.

FORMULA

EULERi transform of A000595.

EXAMPLE

Nonisomorphic connected relations on set {1,2} are {2r1}, {1r1,2r1}, {2r1,2r2}, {1r1,2r1,2r2}, {1r2,2r1}, {1r1,1r2,2r1}, {1r1,1r2,2r1,2r2} so a(2)=7.

MATHEMATICA

nn=7; c=Join[{1, 2}, Table[CycleIndex[Join[PairGroup[SymmetricGroup[n], Ordered], Permutations[Range[n^2-n+1, n^2]], 2], s] /. Table[s[i]->2, {i, 1, n^2-n}], {n, 2, nn}]]; f[x_]:=Sum[a[n]x^n, {n, 0, nn}]; b=Sum[c[[n+1]]x^n, {n, 0, nn}]; sol=SolveAlways[b==Normal[Series[Product[1/(1-x^i)^a[i], {i, 1, nn}], {x, 0, nn}]], x]; Table[a[n], {n, 1, nn}]/.sol (* Geoffrey Critzer, Mar 31 2013 *)

CROSSREFS

Sequence in context: A163855 A041291 A209331 * A119157 A079701 A096208

Adjacent sequences:  A054916 A054917 A054918 * A054920 A054921 A054922

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane, May 24 2000

EXTENSIONS

More terms from Vladeta Jovovic, Jul 16 2000

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 09:08 EDT 2013. Contains 226401 sequences.