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.

A090988 a(n) = 2^A004736(n).

Original entry on oeis.org

2, 4, 2, 8, 4, 2, 16, 8, 4, 2, 32, 16, 8, 4, 2, 64, 32, 16, 8, 4, 2, 128, 64, 32, 16, 8, 4, 2, 256, 128, 64, 32, 16, 8, 4, 2, 512, 256, 128, 64, 32, 16, 8, 4, 2, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 2048, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 4096, 2048, 1024, 512, 256
Offset: 1

Views

Author

Alford Arnold, Feb 29 2004

Keywords

Examples

			Triangle begins
   2
   4 2
   8 4 2
  16 8 4 2
		

Crossrefs

Cf. A004736.

Programs

  • Mathematica
    Flatten[Table[2^n,{i,15},{n,i,1,-1}]] (* Harvey P. Dale, Dec 27 2011 *)

Formula

a(n) = 2^A004736(n).