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!)
A092797 Number of connected relations. 1
1, 667, 108817, 10796275, 858251401, 61283936827, 4147211888737, 273109341611395, 17736960725057401, 1143745441025278987, 73483870162431314257, 4712360023676936085715, 301901195708380781658601, 19331914197940256185117147, 1237580377249840094294765377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
G. Kilibarda and V. Jovovic, Enumeration of some classes of T_0-hypergraphs, arXiv:1411.4187 [math.CO], 2014.
FORMULA
a(n) = 64^n - 6*33^n - 15*19^n + 30*18^n - 10*15^n + 120*12^n - 120*11^n + 30*10^n - 270*9^n + 360*8^n - 120*7^n.
G.f.: x*(54888451200*x^9 +55706052240*x^8 -14450714964*x^7 -624924*x^6 +247511131*x^5 -22659769*x^4 +564934*x^3 +10694*x^2 -461*x -1) / ((7*x -1)*(8*x -1)*(9*x -1)*(10*x -1)*(11*x -1)*(12*x -1)*(15*x -1)*(18*x -1)*(19*x -1)*(33*x -1)*(64*x -1)). - Colin Barker, Jul 13 2013
MATHEMATICA
Table[64^n - 6*33^n - 15*19^n + 30*18^n - 10*15^n + 120*12^n - 120*11^n + 30*10^n - 270*9^n + 360*8^n - 120*7^n, {n, 0, 50}] (* G. C. Greubel, Oct 08 2017 *)
PROG
(PARI) for(n=0, 50, print1(64^n - 6*33^n - 15*19^n + 30*18^n - 10*15^n + 120*12^n - 120*11^n + 30*10^n - 270*9^n + 360*8^n - 120*7^n, ", ")) \\ G. C. Greubel, Oct 08 2017
(Magma) [64^n - 6*33^n - 15*19^n + 30*18^n - 10*15^n + 120*12^n - 120*11^n + 30*10^n - 270*9^n + 360*8^n - 120*7^n: n in [0..50]]; // G. C. Greubel, Oct 08 2017
CROSSREFS
Sequence in context: A210477 A138563 A327908 * A105212 A067875 A224558
KEYWORD
nonn,easy
AUTHOR
Goran Kilibarda, Vladeta Jovovic, Apr 15 2004
EXTENSIONS
More terms from Colin Barker, Jul 13 2013
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 12 20:44 EDT 2024. Contains 373360 sequences. (Running on oeis4.)