OFFSET
1,1
COMMENTS
All terms beyond a(12) = 600 are powers of 2.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
Wikipedia, Regular Polytopes.
Index entries for linear recurrences with constant coefficients, signature (2).
FORMULA
a(n) = 2^(n-3) for n >= 13.
EXAMPLE
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]
MATHEMATICA
LinearRecurrence[{2}, {8, 12, 16, 20, 24, 32, 64, 120, 128, 256, 512, 600, 1024}, 50] (* Harvey P. Dale, Jul 14 2025 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jianing Song, Apr 02 2018
STATUS
approved
