|
Search: id:A067628
|
|
|
| A067628 |
|
Minimal perimeter of polyiamond with n triangles. |
|
+0 6
|
|
| 0, 3, 4, 5, 6, 7, 6, 7, 8, 9, 8, 9, 10, 9, 10, 11, 10, 11, 12, 11, 12, 13, 12, 13, 12, 13, 14, 13, 14, 15, 14, 15, 14, 15, 16, 15, 16, 15, 16, 17, 16, 17, 16, 17, 18, 17, 18, 17, 18, 19, 18, 19, 18, 19, 18, 19, 20, 19, 20, 19, 20, 21, 20, 21, 20, 21, 20, 21, 22, 21, 22, 21, 22
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
A polyiamond is a shape made up of n congruent equilateral triangles.
|
|
REFERENCES
|
J. Yackel, R. R. Meyer, I. Christou, Minimum-perimeter domain assignment, Mathematical Programming, vol. 78 (1997), pp. 283-303
W. C. Yang and R. R. Meyer, Maximal and minimal polyiamonds, manuscript, 2002.
|
|
FORMULA
|
Let c(n) = ceil(sqrt(6n)). Then a(n) is whichever of c(n) or c(n) + 1 has the same parity as n.
|
|
MAPLE
|
interface(quiet=true); for n from 0 to 100 do if (1 = 1) then temp1 := ceil(sqrt(6*n)); end if; if ((temp1 mod 2) = (n mod 2)) then temp2 := 0; else temp2 := 1; end if; printf("%d, ", temp1 + temp2); od;
|
|
CROSSREFS
|
Cf. A000577, A000105, A057729, A027709 (squares), A065777 (cubes).
Cf. A135711.
Sequence in context: A049267 A111608 A126800 this_sequence A095254 A121857 A121854
Adjacent sequences: A067625 A067626 A067627 this_sequence A067629 A067630 A067631
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Winston C. Yang (winston(AT)cs.wisc.edu), Feb 02 2002
|
|
|
Search completed in 0.002 seconds
|