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.

This page as a plain text file.
%I A366569 #4 Oct 25 2023 09:29:05
%S A366569 2,4,8,8,8,16,16,32,64,128,32,16,128,128,256,64,128,128,128,512,1024,
%T A366569 128,128,128,64,1024,1024,2048,256,512,1024,2048,4096,8192,16384,
%U A366569 32768,512,128,2048,2048,8192,4096,32768,32768,65536,1024,2048,1024,4096,16384,32768,32768,16384,131072,262144
%N A366569 Triangle T(n,k) of denominators corresponding to A366568.
%C A366569 See A366568 for more information.
%e A366569 The triangle begins
%e A366569     2;
%e A366569     4,   8;
%e A366569     8,   8,   16;
%e A366569    16,  32,   64,  128;
%e A366569    32,  16,  128,  128,  256;
%e A366569    64, 128,  128,  128,  512, 1024;
%e A366569   128, 128,  128,   64, 1024, 1024,  2048;
%e A366569   256, 512, 1024, 2048, 4096, 8192, 16384, 32768;
%e A366569 See A366568 for a complete example.
%Y A366569 A366568 are the corresponding numerators.
%K A366569 nonn,frac,tabl
%O A366569 1,1
%A A366569 _Hugo Pfoertner_, Oct 24 2023