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.

A173531 a(0)=0: For n>0, a(n) = A060632(n)*A060632(n-1).

Original entry on oeis.org

0, 1, 2, 4, 4, 4, 8, 16, 8, 4, 8, 16, 16, 16, 32, 64, 16, 4, 8, 16, 16, 16, 32, 64, 32, 16, 32, 64, 64, 64, 128, 256, 32, 4, 8, 16, 16, 16, 32, 64, 32, 16, 32, 64, 64, 64, 128, 256, 64, 16, 32, 64, 64, 64, 128, 256, 128, 64, 128, 256, 256
Offset: 0

Views

Author

Omar E. Pol, Oct 10 2010

Keywords

Comments

First differences of A173530.
Number of triangles (Or V-toothpicks, or L-toothpicks, etc.) added in the three-dimensional structure of A173530 at the n-th stage.

Examples

			If written as a triangle, begins:
0;
1;
2;
4,4;
4,8,16,8;
4,8,16,16,16,32,64,16;
4,8,16,16,16,32,64,32,16,32,64,64,64,128,256,32;
4,8,16,16,16,32,64,32,16,32,64,64,64,128,256,64,16,32,64,64,64,128,256,128,...
		

Crossrefs

Programs

  • Mathematica
    Prepend[Times @@@ Partition[Array[2^DigitCount[Floor[#/2], 2, 1] &, 120, 0], 2, 1], 0] (* Michael De Vlieger, Jan 11 2024 *)