OFFSET
1,2
COMMENTS
This design neither includes planes passing through the vertex of the tetrahedron parallel to the opposite face, nor planes that extend the faces.
LINKS
Nicolay Avilov, Problem 1680. Tetrahedron and planes (in Russian).
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
a(n) = (23*n^3 - 30*n^2 + 13*n)/6 [from Anatoly Kazmerchuk].
G.f.: x*(1 + 11*x + 11*x^2)/(1 - x)^4. - Stefano Spezia, Jul 22 2023
EXAMPLE
a(1) = 1, there are no planes and all space is one part;
a(2) = 1 + 4 + 4 + 6 = 15 because in this case there are four planes defining a tetrahedron. These four planes divide the space into 15 parts, namely:
1 part - the inside of the tetrahedron;
4 parts are adjacent to the faces of the tetrahedron;
4 parts are adjacent to the vertices of the tetrahedron;
6 parts are adjacent to the edges of the tetrahedron;
a(3) = (23*27 - 30*9 + 13*3)/6 = 65.
MATHEMATICA
LinearRecurrence[{4, -6, 4, -1}, {1, 15, 65, 174}, 42] (* Robert P. P. McKone, Aug 25 2023 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Nicolay Avilov, Jul 22 2023
EXTENSIONS
a(1) = 1 inserted by Nicolay Avilov, Oct 19 2023
Name corrected by Talmon Silver, Oct 29 2023
a(44) = 316954 added by Talmon Silver, Dec 01 2023
STATUS
approved