A218146 The number of centered circles that can form hexagonal symmetry. Contains all hexagonal numbers.
1, 7, 13, 19, 31, 37, 43, 55, 61, 91, 97, 109, 121, 127, 139, 151, 163, 169, 217, 229, 241, 253, 265, 271, 283, 295, 307, 319, 331, 343, 355, 367, 379, 391, 397
Offset: 1
Keywords
Examples
First terms for Bn, where n denotes the number of circles of the radius, including the center: B1(1) = H(1) = 1. B1(2) = B(1) + 6 = 7, as n=odd, m=1 term, the only term is 6; H(2)=7. B2(3) = B(2) + 6 = 13, as n=even, number of terms m=2, the first term is 6. B2(4) = B(3) + 6 = 19, as n=even, number of terms m=2, last term is 6; H(3)=19. B3(5) = B(4) + 12 = 31, as n=odd, number of terms m=2, first term is 12. B3(6) = B(5) + 6 = 37, as n=odd, number of terms m=2, last term is 6; H(4)=37. B4(7) = B(6) + 6 = 43, as n=even, number of terms m=3, first term is 6. B4(8) = B(7) + 12 = 55, as n=even, number of terms m=3, second term is 12. B4(9) = B(8) + 6 = 61, as n=even, number of terms m=3, third term is 6; H(5)=61. B5(10) = B(9) + 12 = 73, as n=odd, number of terms m=3, first term is 12. B5(11) = B(10) + 12 = 85, as n=odd, number of terms m=3, second term is 12. B5(12) = B(11) + 6 = 91, as n=odd, number of terms m=3, third term is 6; H(6)=91.
References
- Jason Betts, Maths Experiments, Software Publications, 2005, 36-40.
Links
- Jason Betts, Illustration of initial terms
Crossrefs
Formula
For all hexagonal numbers H(n), there exists a sequence B(n) such that H(n) < B(n) < .. < B(n+m) < H(n+1), where m = {(n/2)+1} if n=even and m={(n-1)/2 +1} if n=odd.
1. Bn(m) = H(n), each subsequence always starts with a hexagonal number.
2. Bn(m) < H(n+1), all values of Bn(m) are less than the next hexagonal number.
3. If n=odd, the number of terms of Bn(m), m = { (n-1)/2 + 1}
4. If n=even, the number of terms of Bn(m), m = { (n/2) + 1}
Comments