A364900 The n-volume of the unit regular n-simplex is sqrt(a(n))/A364901(n), with a(n) being squarefree.
1, 1, 3, 2, 5, 3, 7, 1, 1, 5, 11, 6, 13, 7, 15, 2, 17, 1, 19, 10, 21, 11, 23, 3, 1, 13, 3, 14, 29, 15, 31, 1, 33, 17, 35, 2, 37, 19, 39, 5, 41, 21, 43, 22, 5, 23, 47, 6, 1, 1, 51, 26, 53, 3, 55, 7, 57, 29, 59, 30, 61, 31, 7, 2, 65, 33, 67, 34, 69, 35, 71, 1, 73, 37, 3
Offset: 0
Examples
n | the n-volume of the | unit regular n-simplex 2 | sqrt(3)/4 = A120011 3 | sqrt(2)/12 = A020829 4 | sqrt(5)/96 = A364895 5 | sqrt(3)/480 6 | sqrt(7)/5760 7 | 1/20160 8 | 1/215040 9 | sqrt(5)/5806080
Links
- Jianing Song, Table of n, a(n) for n = 0..10000
- Wikipedia, Simplex
Programs
-
PARI
a(n) = if(n%2, core((n+1)/2), core(n+1))
Comments