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.

A366569 Triangle T(n,k) of denominators corresponding to A366568.

Original entry on oeis.org

2, 4, 8, 8, 8, 16, 16, 32, 64, 128, 32, 16, 128, 128, 256, 64, 128, 128, 128, 512, 1024, 128, 128, 128, 64, 1024, 1024, 2048, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 512, 128, 2048, 2048, 8192, 4096, 32768, 32768, 65536, 1024, 2048, 1024, 4096, 16384, 32768, 32768, 16384, 131072, 262144
Offset: 1

Views

Author

Hugo Pfoertner, Oct 24 2023

Keywords

Comments

See A366568 for more information.

Examples

			The triangle begins
    2;
    4,   8;
    8,   8,   16;
   16,  32,   64,  128;
   32,  16,  128,  128,  256;
   64, 128,  128,  128,  512, 1024;
  128, 128,  128,   64, 1024, 1024,  2048;
  256, 512, 1024, 2048, 4096, 8192, 16384, 32768;
See A366568 for a complete example.
		

Crossrefs

A366568 are the corresponding numerators.