OFFSET
1,11
COMMENTS
Planar graphs with n >= 3 nodes have at most 3*n-6 edges.
LINKS
Georg Grasegger, Table of n, a(n) for n = 1..235 (rows 1..13) (terms n = 1..147 (rows 1..11) from Andrew Howroyd)
F. Harary, The number of linear, directed, rooted, and connected graphs, Trans. Amer. Math. Soc. 78 (1955), 445-463. (MR0068198) See page 457, equation (2.9).
FORMULA
log(1 + B(x, y)) = Sum{n>0} A(x^n, y^n) / n where A(x, y) = Sum_{n>0, k>=0} T(n,k) * x^n * y^k and similarly B(x, y) with A039735. - Michael Somos, Aug 23 2015
EXAMPLE
n\k 0 1 2 3 4 5 6 7 8 9 10 11 12
--:-- -- -- -- -- -- -- -- -- -- -- -- --
1: 1
2: 0 1
3: 0 0 1 1
4: 0 0 0 2 2 1 1
5: 0 0 0 0 3 5 5 4 2 1
6: 0 0 0 0 0 6 13 19 22 19 13 5 2
PROG
(nauty) geng -c $n $k:$k | planarg -q | countg -q # Georg Grasegger, Jul 11 2023
CROSSREFS
KEYWORD
nonn,tabf,nice
AUTHOR
STATUS
approved