OFFSET
1,5
COMMENTS
This is the minimal number of planar graphs whose union is K_n.
LINKS
L. W. Beineke, Biplanar graphs: a survey, Computers Math. Applic., 34 (1997), 1-8.
Eric Weisstein's World of Mathematics, Graph Thickness
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,1,-1).
FORMULA
a(n) = floor((n+7)/6), except a(9) = a(10) = 3.
G.f.: (x^16-x^14-x^10+x^8-x^6+x^4+1) / ((x-1)^2*(x+1)*(x^2-x+1)*(x^2+x+1)). - Colin Barker, May 08 2014
MATHEMATICA
LinearRecurrence[{1, 0, 0, 0, 0, 1, -1}, {1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4}, 88] (* Georg Fischer, May 15 2019 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 02 2006
STATUS
approved