A307467 The number of points, corresponding to the first n primes, and placed on the unit circle according to an algorithm using the data from A077218 (in the spirit of Ulam's spiral, and described in the COMMENTS section below), which lie on the closed arc of the unit circle from 0 to 45 degrees.
1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 4, 4, 5, 5, 6, 7
Offset: 1
Examples
Following this procedure, we would place a dot representing p_3 on the unit circle at (0,-1), or equivalently, at angle 270 degrees, and we would place a dot representing p_4 on the unit circle at the midpoint of the arc connecting the point (-1,0) to the point (0,-1), that is, at (-1/root2,-1/root2), or equivalently, at angle 225 degrees. Thus lambda_3 = -i = e^(3*Pi/2) and lambda_4 = e^(5*Pi/4).
Links
- Bernard X. Russo, Clustering of primes relative to factors of composites
Crossrefs
Uses A077218 in algorithm.
Comments