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.

A151783 a(n) = 4^(wt(n) - 1) where wt(n) = A000120(n).

Original entry on oeis.org

1, 1, 4, 1, 4, 4, 16, 1, 4, 4, 16, 4, 16, 16, 64, 1, 4, 4, 16, 4, 16, 16, 64, 4, 16, 16, 64, 16, 64, 64, 256, 1, 4, 4, 16, 4, 16, 16, 64, 4, 16, 16, 64, 16, 64, 64, 256, 4, 16, 16, 64, 16, 64, 64, 256, 16, 64, 64, 256, 64, 256, 256, 1024, 1, 4, 4, 16, 4, 16, 16, 64, 4, 16, 16, 64, 16, 64
Offset: 1

Views

Author

N. J. A. Sloane, Jun 25 2009

Keywords

Examples

			From _Omar E. Pol_, Jul 21 2009: (Start)
If written as a triangle:
  1;
  1,4;
  1,4,4,16;
  1,4,4,16,4,16,16,64;
  1,4,4,16,4,16,16,64,4,16,16,64,16,64,64,256;
  1,4,4,16,4,16,16,64,4,16,16,64,16,64,64,256,4,16,16,64,16,64,64,256,16,64,...
(End)
		

Crossrefs

Cf. A000302, A102376. [Omar E. Pol, Jul 21 2009]
A102376 is a very similar sequence.