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.

Showing 1-10 of 16 results. Next

A003200 Cluster series for site percolation problem on honeycomb matching lattice (honeycomb structure with 1st, 2nd and 3rd neighbors connected).

Original entry on oeis.org

1, 12, 66, 312, 1368, 5685, 23034, 90288, 350124
Offset: 0

Views

Author

Keywords

References

  • J. W. Essam, Percolation and cluster size, in C. Domb and M. S. Green, Phase Transitions and Critical Phenomena, Ac. Press 1972, Vol. 2; see especially pp. 225-226.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. cluster series for site percolation problem: A003201, A003202, A003203, A003204, A003209, A003210, A003211, A003212, A036392, A036394, A036395, A036396, A036397, A036398, A036400, A036401, A036402 and for bond percolation problem: A003197, A003198, A003199, A003205, A003206, A003207, A003208.

Extensions

Name clarified by Andrey Zabolotskiy, Mar 04 2021
a(6)-a(8) from Gwilym added by Andrey Zabolotskiy, Apr 13 2023

A383735 Array read by antidiagonals, where each row is the cluster series for percolation on the cells of a certain type of polyominoids.

Original entry on oeis.org

1, 0, 1, 0, 2, 1, 0, 2, 0, 1, 0, 2, 0, 2, 1, 0, 2, 0, 2, 4, 1, 0, 2, 0, 2, 12, 6, 1, 0, 2, 0, 2, 24, 18, 0, 1, 0, 2, 0, 2, 52, 48, 0, 4, 1, 0, 2, 0, 2, 108, 126, 0, 12, 4, 1, 0, 2, 0, 2, 224, 300, 0, 24, 12, 8, 1, 0, 2, 0, 2, 412, 762, 0, 52, 24, 32, 0, 1
Offset: 1

Views

Author

Pontus von Brömssen, May 10 2025

Keywords

Comments

T(n,k) is the coefficient of p^(k+1), k >= 0, in the power series expansion of the expected finite size of the cluster containing a given cell for percolation with probability p on the polyominoid cells corresponding to row n of A366766. If the given cell is not open, its cluster is empty. Equivalently, T(n,k) can be taken to be the coefficient of p^k if we condition on the event that the given cell is open.
See A366766 for details on how the polyominoids are specified and on the ordering of the rows.

Examples

			Array begins:
  n\k| 0  1  2   3   4    5    6    7     8     9     10     11      12
  ---+-----------------------------------------------------------------
   1 | 1  0  0   0   0    0    0    0     0     0      0      0       0
   2 | 1  2  2   2   2    2    2    2     2     2      2      2       2
   3 | 1  0  0   0   0    0    0    0     0     0      0      0       0
   4 | 1  2  2   2   2    2    2    2     2     2      2      2       2
   5 | 1  4 12  24  52  108  224  412   844  1528   3152   5036   11984
   6 | 1  6 18  48 126  300  762 1668  4216  8668  21988  43058  110832
   7 | 1  0  0   0   0    0    0    0     0     0      0      0       0
   8 | 1  4 12  24  52  108  224  412   844  1528   3152   5036   11984
   9 | 1  4 12  24  52  108  224  412   844  1528   3152   5036   11984
  10 | 1  8 32 108 348 1068 3180 9216 26452 73708 206872 563200 1555460
  11 | 1  0  0   0   0    0    0    0     0     0      0      0       0
  12 | 1  2  2   2   2    2    2    2     2     2      2      2       2
		

Crossrefs

Rows include:
n | sequence for row n
---+-------------------
1 | A000007
2 | A040000
3 | A000007
4 | A040000
5 | A003203
6 | A003198
7 | A000007
8 | A003203
9 | A003203
10 | A003201
11 | A000007
12 | A040000
13 | A383737
14 | A003207
15 | A000007
16 | A003203
17 | A383737
18 | A383736
19 | A003203
20 | A003201
...
31 | A000007
32 | A003211
33 | A003209
34 | A036396
35 | A003210
...
38 | A036402
39 | A000007
40 | A040000
...
43 | A000007
44 | A003203
...
47 | A003203
48 | A003201

Formula

T(n,k) = [p^k] Sum_P m^2*p^(m-1)*(1-p)^j / binomial(D,d) = Sum_P m^2*(-1)^(k-m+1)*binomial(j,k-m+1) / binomial(D,d), where the sum is over all fixed polyominoids P (corresponding to row n of A366766), m is the number of cells of P, and j is the number of cells that are not in P but are adjacent to a cell in P; d is the dimension of the cells and D is the dimension of the ambient space. It is sufficient to take the sums over those P that have at most k+1 cells.

A003198 Cluster series for bond percolation problem on square lattice.

Original entry on oeis.org

1, 6, 18, 48, 126, 300, 762, 1668, 4216, 8668, 21988, 43058, 110832, 202432, 561020, 875382, 2881286, 3501056
Offset: 0

Views

Author

Keywords

References

  • J. W. Essam, Percolation and cluster size, in C. Domb and M. S. Green, Phase Transitions and Critical Phenomena, Ac. Press 1972, Vol. 2; see especially pp. 225-226.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A003197 (hexagonal), A003199 (honeycomb), A003207 (cubic), A003203 (site percolation).
Row 6 of A383735.

Extensions

Name clarified, a(12)-a(14) from Sykes & Glen added by Andrey Zabolotskiy, Feb 02 2022
a(15)-a(17) from Daboul, Aharony & Stauffer added by Andrey Zabolotskiy, Nov 14 2024

A003202 Cluster series for hexagonal lattice.

Original entry on oeis.org

1, 6, 18, 48, 126, 300, 750, 1686, 4074, 8868, 20892, 44634, 103392, 216348, 499908, 1017780, 2383596, 4648470, 11271102, 20763036, 52671018, 91377918
Offset: 0

Views

Author

Keywords

Comments

The hexagonal lattice is the familiar 2-dimensional lattice in which each point has 6 neighbors. This is sometimes called the triangular lattice.

References

  • J. W. Essam, Percolation and cluster size, in C. Domb and M. S. Green, Phase Transitions and Critical Phenomena, Ac. Press 1972, Vol. 2; see especially pp. 225-226.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A003203 (square net), A003204 (honeycomb net), A003197 (bond percolation).

Extensions

a(10)-a(11) from Sean A. Irvine, Aug 16 2020
a(12)-a(18) added from Mertens by Andrey Zabolotskiy, Feb 01 2022
a(19)-a(21) from Mertens & Lautenbacher added by Andrey Zabolotskiy, Jan 28 2023

A003204 Cluster series for honeycomb.

Original entry on oeis.org

1, 3, 6, 12, 24, 33, 60, 99, 156, 276, 438, 597, 1134, 1404, 2904, 3522, 6876, 7548, 16680, 18153, 39846, 41805
Offset: 0

Views

Author

Keywords

Comments

The word "cluster" here essentially means polyiamond. This sequence can be computed based on a calculation of the perimeter polynomials of polyiamonds. In particular, if P_n(x) is the perimeter polynomial for all fixed polyiamonds of size n, then this sequence is the coefficients of x in Sum_{k>=1} k^2 * x^k * P_k(1-x). - Sean A. Irvine, Aug 16 2020

References

  • J. W. Essam, Percolation and cluster size, in C. Domb and M. S. Green, Phase Transitions and Critical Phenomena, Ac. Press 1972, Vol. 2; see especially pp. 225-226.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A001420, A003202 (triangular net), A003203 (square net), A003199 (bond percolation).

Extensions

a(12)-a(18) from Sean A. Irvine, Aug 16 2020
a(19)-a(21) added from Sykes & Glen by Andrey Zabolotskiy, Feb 01 2022

A338210 Triangle of coefficients of perimeter polynomials for fixed polyominoes.

Original entry on oeis.org

1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 9, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20, 28, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 54, 80, 60, 16, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 136, 252, 228, 100, 20, 2
Offset: 0

Views

Author

Sean A. Irvine, Oct 16 2020

Keywords

Comments

Considered as a triangle, T(n,k) is the number of polyominoes of n cells having a (cell) perimeter of k.

Examples

			Polynomials begin:
  1;
  x^4;
  2*x^6;
  4*x^7 + 2*x^8;
  9*x^8 + 8*x^9 + 2*x^10;
  ...
		

Crossrefs

Cf. A001168 (row sums), A338211 (free equivalent), A338212 (sprawl), A003203.

Formula

A001168(n) = Sum_{k=0..2*n+2} T(n,k).

A003201 Cluster series for site percolation problem on square matching lattice (square lattice with 1st and 2nd neighbors connected).

Original entry on oeis.org

1, 8, 32, 108, 348, 1068, 3180, 9216, 26452, 73708, 206872, 563200, 1555460, 4124568, 11450284
Offset: 0

Views

Author

Keywords

References

  • J. W. Essam, Percolation and cluster size, in C. Domb and M. S. Green, Phase Transitions and Critical Phenomena, Ac. Press 1972, Vol. 2; see especially pp. 225-226.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. cluster series for site percolation problem: A003200, A003202, A003203, A003204, A003209, A003210, A003211, A003212, A036392, A036394-A036402 and for bond percolation problem: A003197, A003198, A003199, A003205, A003206, A003207, A003208.
Row 10 of A383735.

Extensions

Name clarified by Andrey Zabolotskiy, Mar 04 2021
a(8)-a(13) from Mertens added by Andrey Zabolotskiy, Feb 01 2022
a(14) from Sykes & Flesia added by Andrey Zabolotskiy, Jan 28 2023

A036402 Coefficients of cluster series for site percolation problem on simple cubic lattice with 1st, 2nd and 3rd neighbor bonds.

Original entry on oeis.org

1, 26, 386, 4886, 59534
Offset: 0

Views

Author

Keywords

References

  • J. W. Essam, Percolation and cluster size, in C. Domb and M. S. Green, Phase Transitions and Critical Phenomena, Ac. Press 1972, Vol. 2; see especially pp. 225-226.

Crossrefs

Row 38 of A383735.

Extensions

Name clarified by Andrey Zabolotskiy, Mar 04 2021
a(0) from Pontus von Brömssen, May 21 2025

A036392 Coefficients of cluster series for site percolation problem on triangular lattice with 1st and 2nd neighbor bonds.

Original entry on oeis.org

1, 12, 72, 342, 1632, 6780
Offset: 0

Views

Author

Keywords

References

  • J. W. Essam, Percolation and cluster size, in C. Domb and M. S. Green, Phase Transitions and Critical Phenomena, Ac. Press 1972, Vol. 2; see especially pp. 225-226.

Crossrefs

Extensions

Name clarified by Andrey Zabolotskiy, Mar 04 2021
a(0) from Pontus von Brömssen, May 21 2025

A036394 Coefficients of cluster series for site percolation problem on f.c.c. lattice with 1st and 2nd neighbor bonds.

Original entry on oeis.org

1, 18, 186, 1710, 14862, 124950
Offset: 0

Views

Author

Keywords

References

  • J. W. Essam, Percolation and cluster size, in C. Domb and M. S. Green, Phase Transitions and Critical Phenomena, Ac. Press 1972, Vol. 2; see especially pp. 225-226.

Crossrefs

Extensions

Name clarified by Andrey Zabolotskiy, Mar 04 2021
a(0) from Pontus von Brömssen, May 21 2025
Showing 1-10 of 16 results. Next