A059173 Maximal number of regions into which 4-space can be divided by n hyperspheres.
1, 2, 4, 8, 16, 32, 62, 114, 198, 326, 512, 772, 1124, 1588, 2186, 2942, 3882, 5034, 6428, 8096, 10072, 12392, 15094, 18218, 21806, 25902, 30552, 35804, 41708, 48316, 55682, 63862, 72914, 82898, 93876, 105912, 119072, 133424, 149038
Offset: 0
References
- L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 73, Problem 4.
Links
- Paolo Xausa, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{5,-10,10,-5,1},2^Range[0,5],50] (* Paolo Xausa, Dec 29 2023 *)
Formula
a(0) = 1; a(n) = 2 * A000127(n), for n >= 1.
G.f.: -(x^5 + x^4 - 2*x^3 + 4*x^2 - 3*x + 1)/(x-1)^5. - Colin Barker, Oct 06 2012
E.g.f.: exp(x)*(2 + x^2 + x^4/12) - 1. - Stefano Spezia, May 19 2024
Comments