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.

A151922 Number of first-quadrant cells (including the two boundaries) that are "ON" after n-th stage of the Holladay-Ulam cellular automaton.

Original entry on oeis.org

1, 3, 5, 9, 11, 15, 19, 29, 31, 35, 39, 49, 53, 63, 73, 101, 103, 107, 111, 121, 125, 135, 145, 173, 177, 187, 197, 225, 235, 263, 291, 373, 375, 379, 383, 393, 397, 407, 417, 445, 449, 459, 469, 497, 507, 535, 563, 645
Offset: 0

Views

Author

N. J. A. Sloane, Aug 05 2009

Keywords

Comments

See A079314, the first differences and A147562, the main entry for this CA, for further information.

Crossrefs

Programs

  • Mathematica
    A151922list[nmax_]:=Accumulate[Join[{1},3^(DigitCount[Range[nmax],2,1]-1)+1]];A151922list[100] (* Paolo Xausa, Jun 29 2023 *)

Formula

a(n) = A079316(2n).

Extensions

Extended (a(30)-a(47)) and edited by Omar E. Pol, Nov 21 2010