Teeth

Teeth is a 65-cell quadratic growth pattern that was found by Nick Gotts in March 2000. This (and a related 65-cell pattern that Gotts found at about the same time) beat the record previously held by mosquito 5 for smallest population pattern known to have superlinear growth. It has since been superceded by several patterns including catacryst, metacatacryst, and 26-cell quadratic growth.

Teeth
<html><div class="rle"><div class="codebox"><div style="display:none;"><code></html>x = 472, y = 127, rule = B3/S23 466b3o$467bo2bo$471bo$468bobo22$438bo$438b2o$438bo2bo2$439bobo$440bo5$ 241b2o$240bo$240bo$236b4o8$252b2o$253bo$253b2o$253bo2$250b3o45$3b3o$bo 2bo$o$bobo$264b3o$265bo2bo$269bo$266bobo14$239b2o$241bo$241bo$242b4o$ 33bo$32b2o$30bo2bo2$30bobo$31bo! #C [[ THUMBSIZE 2 THEME 6 GRID GRIDMAJOR 0 SUPPRESS THUMBLAUNCH ]] <nowiki></nowiki> <html></code></div></div><canvas width="200" height="300" style="margin-left:1px;"><noscript></html> <html></noscript></canvas></div></html>
Pattern type Miscellaneous
Number of cells 65
Bounding box 472×127
Discovered by Nick Gotts
Year of discovery 2000
Generation 50000 of teeth
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```
gollark: ++remind 10mo3d lyric bad
gollark: Fine.

See also

This article is issued from Conwaylife. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.