|
Search: id:A005327
|
|
|
| A005327 |
|
Certain subgraphs of a directed graph (inverse binomial transform of A005321). (Formerly M4289)
|
|
+0 4
|
|
| 1, 0, 1, 6, 91, 2820, 177661, 22562946, 5753551231, 2940064679040, 3007686166657921, 6156733583148764286, 25211824022994189751171
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
REFERENCES
|
Andresen, E.; Kjeldsen, K.; On certain subgraphs of a complete transitively directed graph. Discrete Math. 14 (1976), no. 2, 103-119.
|
|
LINKS
|
N. J. A. Sloane, Transforms
|
|
FORMULA
|
a(n)=p(n-1)*sum((-1)^j/p(j), j=0..n-1), where p(0)=1, p(k)=product(2^i-1, i=1..k) for k>0. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 23 2005
|
|
MAPLE
|
p:=proc(n) if n=0 then 1 else product(2^i-1, i=1..n) fi end: a:=n->p(n-1)*sum((-1)^j/p(j), j=0..n-1): seq(a(n), n=1..17); (Deutsch)
|
|
CROSSREFS
|
Cf. A002820.
Adjacent sequences: A005324 A005325 A005326 this_sequence A005328 A005329 A005330
Sequence in context: A013297 A095864 A006151 this_sequence A113266 A053512 A009607
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
njas
|
|
|
Search completed in 0.002 seconds
|