Re: How To Determine The Angle Within Hexagonal Spiral?

You might also like

Download as xls, pdf, or txt
Download as xls, pdf, or txt
You are on page 1of 2

N Hex Num

1 7 Table[3*(n + 1)*n + 1, {n, 0, 9}]


2 19 B3 = 3*A3*(A3+1)+1
3 37 {1, 7, 19, 37, 61, 91, 127, 169, 217, 2
4 61
5 91 We note that the number of points added at
6 127
7 169
8 217
9 271
10 331

Re: How to determine the angle within hexagonal spiral?


+ 1, {n, 0, 9}]

61, 91, 127, 169, 217, 271}

number of points added at each 360 rotation just increases by 6

You might also like