A169789 A169788(2^n).
0, 0, 1, 7, 37, 167, 707, 2907, 11787, 47469, 190525
Offset: 0
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.
Illustration of initial terms: ----------------------------------------------------------- n A080079(n) a(n) Diagram ----------------------------------------------------------- . / \ 1 1 1 / T \ 2 2 3 / T T \ 3 1 4 / T \ 4 4 8 / T T T T \ 5 3 11 / T T T \ 6 2 13 / T T \ 7 1 14 / T \ 8 8 22 / T T T T T T T T \ 9 7 29 / T T T T T T T \ 10 6 35 / T T T T T T \ 11 5 40 / T T T T T \ 12 4 44 / T T T T \ 13 3 47 / T T T \ 14 2 49 / T T \ 15 1 50 / T \ ... For n = 15 after 15 generations there are 50 ON cells in the structure, so a(15) = 50.
Accumulate@ Flatten@ Table[Range[2^n, 1, -1], {n, 0, 6}] (* Michael De Vlieger, Nov 03 2022 *)
Comments