A135919 Chromatic number of stage-n Menger sponge.
4, 11, 34, 133, 566, 2488, 11056, 49323, 220373, 985176, 4405203, 19699535, 88096982, 393978082, 1761917118, 7879521402, 35238270419, 157590299379, 704765178272, 3151805575994, 14095302829230, 63036110202947
Offset: 0
Examples
a(0)=4 because a cube requires at most 4 colors. a(1)=11 because a cube with holes drilled through the faces meeting in the center requires at most 11 colors.
Links
- C. Mackeprang & K. Myers, Coloring Graphs on Sponges: Problem 11208, Amer. Math. Monthly 114 (November 2007), p. 842.
Programs
-
Mathematica
Table[Floor[(7+Sqrt[1+48*(21*20^n+38*8^n-59)/133])/2],{n,0,30}] (* Harvey P. Dale, Mar 07 2012 *)
Formula
a(n) = floor((7 + sqrt(1 + 48*(21*20^n + 38*8^n - 59)/133))/2).
Comments