cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A135919 Chromatic number of stage-n Menger sponge.

Original entry on oeis.org

4, 11, 34, 133, 566, 2488, 11056, 49323, 220373, 985176, 4405203, 19699535, 88096982, 393978082, 1761917118, 7879521402, 35238270419, 157590299379, 704765178272, 3151805575994, 14095302829230, 63036110202947
Offset: 0

Views

Author

Marc LeBrun, Dec 05 2007

Keywords

Comments

a(n) = A000934(A135918(n)).

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.
		

Crossrefs

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).