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.

A367760 a(n) is the numerator of the probability that the free polyomino with binary code A246521(n+1) appears in the Eden growth model on the square lattice, when n square cells have been added.

Original entry on oeis.org

1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 7, 1, 1, 7, 7, 1, 1, 1, 23, 49, 1, 1, 53, 1, 107, 1, 49, 1, 107, 1, 23, 1, 1, 1, 1, 137, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 7, 1, 2797, 70037, 70037, 31, 31, 2797, 3517, 1, 41, 653, 49541, 1, 3517, 71, 67, 41, 899, 2797, 653, 1, 1, 1, 1, 653, 1, 1
Offset: 1

Views

Author

Pontus von Brömssen, Dec 02 2023

Keywords

Comments

In the Eden growth model, there is a single initial unit square cell in the plane and more squares are added one at a time, selected randomly among those squares that share an edge with one of the already existing squares, with probabilities proportional to the number of already existing squares with which the new square shares an edge. This seems to be the version described in Eden (1961). See A367671 for another version.
Can be read as an irregular triangle, whose n-th row contains A000105(n) terms, n >= 1.

Examples

			As an irregular triangle:
  1;
  1;
  2, 1;
  1, 1, 1, 1, 1;
  2, 1, 1, 1, 7, 1, 1, 7, 7, 1, 1, 1;
  ...
For n = 7, the T-tetromino has binary code A246521(n+1) = 27. It can be obtained either via the straight tromino (probability 1/3 * 1/4) or via the L-tromino (probability 2/3 * 1/4), so the probability of obtaining the T-tetromino is 1/12 + 1/6 = 1/4 and a(7) = 1.
		

Crossrefs

Formula

a(n)/A367761(n) = (A367764(n)/A367765(n))*A335573(n+1).