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.

A186411 First differences of A186410.

Original entry on oeis.org

0, 1, 5, 5, 21, 5, 21, 21, 101, 5, 21, 21, 101, 21, 101, 101, 501, 5, 21, 21, 101, 21, 101, 101, 501, 21, 101, 101, 501, 101, 501, 501, 2501, 5, 21, 21, 101, 21, 101, 101, 501, 21, 101, 101, 501, 101, 501, 501, 2501, 21, 101, 101, 501, 101, 501, 501, 2501, 101
Offset: 0

Views

Author

Omar E. Pol, Feb 21 2011

Keywords

Comments

Number of cells turned "ON" at h-th stage of the three-dimensional cellular automaton of A186410. In other words: number of cubes added at n-th stage to the structure of A186410.

Crossrefs

Programs

  • Mathematica
    a[n_] := 1 + 4*5^(DigitCount[n-1, 2, 1]-1); a[0] = 0; a[1] = 1; Array[a, 100, 0] (* Amiram Eldar, Aug 01 2023 *)

Formula

a(n) = 1 + 4*5^(A000120(n-1)-1), n >= 2. - Nathaniel Johnston, Mar 22 2011

Extensions

More terms from Nathaniel Johnston, Mar 22 2011
More terms from Amiram Eldar, Aug 01 2023