I was intending to add it as a base 10 decimal expansion, yeah.
I think it's OK to add the value for d=4 (as decimal expansion but consider also cont.frac.),
I thought the "basis" element sqrt(3)/pi might also be added, but looking it up
so one might even add the other values (for even d) just as comment in that sequence from 2021
(which is motivated by a similar geometric consideration concerning spheres).
Looking up the cont.frac. of sqrt(3)/pi we find
A132116.
I'd add in the comments more general details, but I was wondering whether I should do an entry for 5D and so on and if so, to what point?
For d=5, the value 5/32 = 0.15625 would correspond to
the sequence (1,5,6,2,5). I don't think that's useful.
There are already 4 pages of matches for this search,
people won't even find the new entry ...
I *could* also do a continued fraction representation, is it worth doing?
I think for the n=4 value it might be worth while, then please XREF also the cont.frac. of sqrt(3)/pi (see above).
FWIW, I get contfrac( 1/3 - sqrt(3)/pi/4 ) =
[0; 5, 8, 1, 2, 4, 4, 1, 1, 2, 5, 4, 1, 6, 13, 37, 20, 2, 1, 3, 1, 37, 1, 5, 1, 1, 4, 3, 1, 2, 1, 1, 5, 2, 4, 10, 1, 3, 15, 3, 6, 2, 2, 7, 1, 1, 6, 4, 2, 2, 6, 1, 1100, 3, 13, 1, 2, 1, 5, 348, 1, 2, 1, 6, 1, 25, 1, 1, 1, 18, 2, 10, 1, 56, 1, 1, 1, 1, 2, 12, 1, 20, 10, 1, 2, 3, 5, 1, 54, 2, 1, 43, 1, 1, 1, 1, 1, 17, 36, ...]
>>> from sympy import *
>>> {n: betainc_regularized(S(n-1)/2, S(1)/2, 0, S(3)/4).rewrite(hyper).gammasimp().simplify().expand()/2
for n in range(2,13)}
{2: 1/3, 3: 1/4, 4: -sqrt(3)/(4*pi) + 1/3,
5: 5/32, 6: -3*sqrt(3)/(8*pi) + 1/3,
7: 53/512, 8: -9*sqrt(3)/(20*pi) + 1/3,
9: 289/4096, 10: -279*sqrt(3)/(560*pi) + 1/3,
11: 6413/131072, 12: -297*sqrt(3)/(560*pi) + 1/3}
Those results look right to me!
Thanks for the confirmation!
I have in recent years become fond of base 6 :)
Hm. I'm not sure base-6 expansions are useful, mainly because no-one will search for them,
otherwise it's obviously not much worse than base 10
(except that 6^9 ~ 10^7 means that you'll need about 30% more digits on the average).
BTW, I read that the 6-legged ants have probably more total biomass than all birds and mammals combined,
but the 10-legged crustaceans like prawns but esp. their small cousins krill, might outnumber and outweigh them!
- Maximilian
PS: Just to confirm that in an earlier post I indeed (and quite obviously) forgot to displace by one unit the 3-dimensional unit ball or corresponding unit
2-sphere, when trying to clarify what intersection/part of the surface we consider. (It was correct for the n-dim. variant.)