OFFSET
0,2
COMMENTS
A faceting of the cuboctahedron, sharing the same square faces. The cubohemioctahedron has the same edge and vertex arrangement as the cuboctahedron. Beginning with the fourth term, the eight tetrahedral faces are each now "missing" a tetrahedron of size 1,4,10,20,35...(A000292). See A274974 centered octahemioctahedron for similar cuboctahedral faceting but with the square faces "missing."
LINKS
Wikipedia, Cubohemioctahedron
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
a(n) = 2*n^3+9*n^2+n+1.
G.f.: (-7*x^3+9*x^2+9*x+1)/(x-1)^4.
MATHEMATICA
Table[2 n^3 + 9 n^2 + n + 1, {n, 40}] (* Michael De Vlieger, Jul 13 2016 *)
LinearRecurrence[{4, -6, 4, -1}, {1, 13, 55, 139}, 40] (* Harvey P. Dale, Feb 18 2024 *)
PROG
(PARI) a(n)=2*n^3+9*n^2+n+1 \\ Charles R Greathouse IV, Jul 14 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Steven Beard, Jul 13 2016
STATUS
approved