|
Search: id:A007549
|
|
|
| A007549 |
|
Number of increasing rooted connected graphs where every block is a complete graph. (Formerly M2977)
|
|
+0 7
|
|
| 1, 1, 3, 14, 89, 716, 6967, 79524, 1041541, 15393100, 253377811, 4596600004, 91112351537, 1959073928124, 45414287553455, 1129046241331316, 29965290866974493, 845605519848379436, 25282324544244718411
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
In an increasing rooted graph, nodes are numbered and the numbers increase as you move away from the root.
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
LINKS
|
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210.
|
|
FORMULA
|
Shifts left when exponentiated twice.
|
|
MAPLE
|
exptr:= proc (p) local g; g:= proc(n) option remember; p(n) +add (binomial (n-1, k-1) *p(k) *g(n-k), k=1..n-1) end: end: b:= exptr (exptr (a)): a:= n-> `if` (n=0, 1, b(n-1)): seq (a(n), n=1..30); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 07 2008]
|
|
CROSSREFS
|
Cf. A007563, A030019, A035051-A035053.
Sequence in context: A121587 A038170 A007840 this_sequence A081005 A074518 A088789
Adjacent sequences: A007546 A007547 A007548 this_sequence A007550 A007551 A007552
|
|
KEYWORD
|
nonn,eigen,nice
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
New description from Christian G. Bower (bowerc(AT)usa.net), Oct 15 1998.
|
|
|
Search completed in 0.002 seconds
|