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.

A350639 a(n) is the number of connected components in the set of cells added at stage n of the cellular automaton described in A350632.

Original entry on oeis.org

0, 1, 1, 4, 1, 4, 4, 12, 1, 4, 4, 12, 4, 20, 12, 36, 9, 8, 4, 12, 4, 20, 12, 36, 12, 20, 20, 36, 28, 52, 36, 92, 25, 16, 4, 12, 4, 20, 12, 36, 12, 20, 20, 36, 28, 52, 36, 92, 28, 36, 28, 52, 36, 68, 44, 108, 52, 76, 76, 100, 84, 140, 92, 228, 89, 56, 4, 12, 4
Offset: 0

Views

Author

Rémy Sigrist, Jan 09 2022

Keywords

Comments

We only consider cells turned ON at stage n (and that were OFF in prior stages).

Examples

			The first 5 generations can be depicted as follows:
        +-------+                   +-------+
        | 5     |                   | 5     |
        |   +---+-------------------+---+   |
        |   | 4                         |   |
        +---+   +-------+---+-------+   +---+
            |   | 3     |   | 3     |   |
            |   |   +---+---+---+   |   |
            |   |   | 2         |   |   |
            |   +---+   +---+   +---+   |
            |   |   |   | 1 |   |   |   |
            |   +---+   +---+   +---+   |
            |   | 3 |           |   |   |
            |   |   +---+---+---+   |   |
            |   |       |   | 3     |   |
        +---+   +-------+---+-------+   +---+
        | 5 |                           |   |
        |   +---+-------------------+---+   |
        |       |                   | 5     |
        +-------+                   +-------+
- so a(0) = 0,
     a(1) = 1,
     a(2) = 1,
     a(3) = 4,
     a(4) = 1,
     a(5) = 4.
		

Crossrefs

Cf. A350632.