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.

A160428 Number of ON cells at n-th stage of three-dimensional version of the cellular automaton A160410, using cubes.

Original entry on oeis.org

0, 8, 64, 120, 512, 568, 960, 1352, 4096, 4152, 4544, 4936, 7680, 8072, 10816, 13560, 32768, 32824, 33216, 33608, 36352, 36744, 39488, 42232, 61440, 61832, 64576, 67320, 86528, 89272, 108480, 127688, 262144, 262200, 262592, 262984, 265728, 266120, 268864, 271608
Offset: 0

Views

Author

Omar E. Pol, Jun 01 2009

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := 8*Sum[7^DigitCount[k, 2, 1], {k, 0, n - 1}]; Array[a, 40, 0] (* Michael De Vlieger, Nov 01 2022 *)

Formula

a(n) = 8 * Sum_{k=0..n-1} 7^A000120(k)
a(n) = 8 + 56 * Sum_{k=1..n-1} A151785(k) for n >= 1

Extensions

Formulas and more terms from Nathaniel Johnston, Nov 13 2010
More terms from Michael De Vlieger, Nov 01 2022