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.

A302139 Numbers k such that A111336(k) = 4.

Original entry on oeis.org

8, 12, 16, 20, 24, 32, 64, 120, 128, 256, 512, 600, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, 33554432, 67108864, 134217728, 268435456, 536870912, 1073741824, 2147483648, 4294967296, 8589934592, 17179869184, 34359738368, 68719476736
Offset: 1

Views

Author

Jianing Song, Apr 02 2018

Keywords

Comments

All terms beyond a(12) = 600 are powers of 2.

Examples

			For k >= 3, 2^k is a term because the four regular polytopes with 2^k faces are the 2^k-gon, the k-dimensional orthoplex, the 2^(k-1)-dimensional cube and the (2^k-1)-dimensional simplex. [Corrected by _Jianing Song_, Dec 09 2018]
		

Crossrefs

Cf. A111336.

Programs

  • Mathematica
    LinearRecurrence[{2},{8,12,16,20,24,32,64,120,128,256,512,600,1024},50] (* Harvey P. Dale, Jul 14 2025 *)

Formula

a(n) = 2^(n-3) for n >= 13.